-
-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Update autoscaling group
tags
-> tag
to support v4 of AWS …
…provider (#179) BREAKING CHANGES: * `var.propagate_name` has been removed * `var.tags_as_map` has been moved into `var.tags` and now `var.tags` just takes the standard `map(string)` map of key-value pairs for tags. The tags provided are propagated to instances launched through the dynamic tag block * Users will need to ensure that the value they are passing to `var.tags` is the standard map of key=value pairs (map(string))
- Loading branch information
1 parent
58e61d8
commit 2c2a8a9
Showing
5 changed files
with
56 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.