-
Notifications
You must be signed in to change notification settings - Fork 3
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
PRODENG-2778 TF and test fix #514
PRODENG-2778 TF and test fix #514
Conversation
james-nesbitt
commented
Nov 1, 2024
- Terraform fix for latest upstream provision
- smoke and integration test fix for upstream provision
- some go fmt (kubeclient)
- Terraform fix for latest upstream provision - smoke and integration test fix for upstream provision Signed-off-by: James Nesbitt <[email protected]>
9e55faf
to
3be2cf4
Compare
@@ -1,14 +1,14 @@ | |||
// used to name infrastructure (CHANGE THIS) | |||
name = "smoke-test" | |||
#name = "mcc-smoke-test" |
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.
does this need to be commented out ?
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.
both you and @pgedara questioned this so I reverted it.
Note that this line is not used by the integration testing, and should likely be a .tfvar.template file. That string name is a bad idea because many consumers will use it without changing the name, meaning that we end up with untraceable orphans and conflicts.
This cleanup can be done in another effort, when it is not blocking this much needed fix to the mcc GH PR tests.