-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add default tags to terraform providers across the modernisation platform #1519
Comments
Spotted a couple of other tidy up issues related to tags that may be needed too. Will look are removing quotes from around the tag name and replacing https://github.com/ministryofjustice/modernisation-platform with https://github.com/ministryofjustice/modernisation-platform-environments |
Not fit for purpose now, parking. |
hashicorp/terraform-provider-aws#29842 According to Hashicorp, enhancements to how default tags are supported are due in the next major release of the Terraform AWS provider |
This looks relatively straightforward to do now: From a skim, it's as simple as defining the default tags that we already do within a local to the
Further to this, from skimming the docs the use of input variables is also supported here, so this should be as simple as lifting-and-shifting from |
I spent a little time investigating this in The light touch approach with this story would be to simply add the |
This issue is stale because it has been open 90 days with no activity. |
User Story
As part of keeping track of our infrastructure we can add default tags to AWS providers, this will mean that at if people forget to add tags that at least we can have a few basic tags such as this resource was created in terraform.
Value
Helps to keep track of our infrastructure
Questions / Assumptions
Definition of done
Reference
How to write good user stories
The text was updated successfully, but these errors were encountered: