-
Notifications
You must be signed in to change notification settings - Fork 97
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
use default tagging #183
use default tagging #183
Conversation
That was a bad choice of gifs, and I am sorry if it gives you a headache. 😳 |
/test all Terraform Public Active/Active Test Report 📰
Terraform Private TCP Active/Active Test Report 📰
Terraform Private Active/Active Test Report 📰
|
in favor of provider default_tags
/test all Terraform Private TCP Active/Active Test Report 📰
Terraform Private Active/Active Test Report 📰
Terraform Public Active/Active Test Report 📰
|
/test all Terraform Private TCP Active/Active Test Report 📰
Terraform Private Active/Active Test Report 📰
Terraform Public Active/Active Test Report 📰
|
/test private-active-active Terraform Private Active/Active Test Report 📰
|
/test private-tcp-active-active Terraform Private TCP Active/Active Test Report 📰
|
/test private-active-active Terraform Private Active/Active Test Report 📰
|
/test all Terraform Private TCP Active/Active Test Report 📰
Terraform Public Active/Active Test Report 📰
Terraform Private Active/Active Test Report 📰
|
/test private-active-active destroy=false Terraform Private Active/Active Test Report 📰
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I identified the source of the latest test failure 👁️🗨️
/destroy private-active-active Terraform Private Active/Active Destruction Report 📰
|
/destroy private-active-active Terraform Private Active/Active Destruction Report 📰
|
/test all Terraform Public Active/Active Test Report 📰
Terraform Private Active/Active Test Report 📰
Terraform Private TCP Active/Active Test Report 📰
|
/test private-active-active Terraform Private Active/Active Test Report 📰
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🐛
We'll take care of the latest private-active-active issue separately.
Background
A task was done previously that standardizes on tagging across tests (and other repo modules), but the
OkToDelete
tag was neglected. Also, the change only affected thecommon_tags
variable; it did not ensure that every taggable resource was being tagged. This is being done in this branch for the test suites by adding thedefault_tags
to the AWS provider for the test modules while removing common tags on individual resources. Consequently, it required that I add a separate tag variable for the autoscaling group tags, as explained in the variable description.Asana Task
How Has This Been Tested
terraform plan
was run locally for each test. I will/test all
here in the PR.This PR makes me feel