provider "alks" {
url = "https://alks.foo.com/rest"
ignore_tags { # These tags are considered external and will not be tracked or removed by the provider
keys = ["ignoreTagsWithThisKey"] #Optional: Any key matching one of these string exactly will be ignored
key_prefixes = ["ignoreKeysWithThisPrefx"] #Optional: Any key starting with this string will be ignored
}
}
Changelog
- aefa1d4 Merge pull request #169 from Cox-Automotive/develop
- 03ffb92 Merge pull request #168 from Cox-Automotive/add-ignore-tags-to-provider-block
- 3259e21 Simplify roleName since we can get it from the found role
- 172df52 Changed names of arguments in combineTagMap
- 659bc43 Additional Tests for TagMap utility functions. Changes to RemoveIgnoredTags.
- 5d17922 Removed unused test configuration.
- 982dd8e Fixed Typo
- f52d659 Accidentally left a test commented
- b82421a Add Pull RequestTemplate
- ab908d1 Updated Terraform Provider version in locla-installation.md for next release.
- 4ebf9d5 Added ignore_tags functionality and changed default tags to use custom TagMap type.
- e3495d3 Merge pull request #167 from Cox-Automotive/update-version-in-readme
- ecd015d Merge branch 'master' into update-version-in-readme
- 7156436 Merge pull request #161 from Cox-Automotive/aaron-seitz-Readme-update-versions
- 40f9bbe updates the example version in the docs
- 77e1d21 Merge branch 'master' into aaron-seitz-Readme-update-versions
- cb13926 Merge branch 'master' into aaron-seitz-Readme-update-versions
- 8442466 Added link to supported versions matrix in public TF docs