Skip to content

8.0.0 - 5.x compatibility + container_name mandatory

Latest
Compare
Choose a tag to compare
@Ohid25 Ohid25 released this 24 Jul 15:09
dae529d

What's Changed

BREAKING CHANGE
container_name now must be set for target_group.

This variable can be set via var.container_name or can be set via var.name_prefix.

The purpose behind this change is to accommodate the requirement of using an external container definition where the container name(s) are set externally to the module and, therefore, must be set within target_group.

Please refer to any of the examples to understand this change.

Full Changelog: 7.0.0...8.0.0