-
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
Ensure instance-scheduler role is created only for non-production environments #8938
Conversation
|
|
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.
Looks good to me. Checked the regex pattern which will apply true if the text is not "-production".
A reference to the issue / Description of it
#7900
How does this PR fix the problem?
This PR updates the Terraform configuration to ensure roles are only created for non-production environments (dev,test,pre-prod). Role is not created unnecessarily for workspaces like testing-test, production.
How has this been tested?
Tested it locally and works as expected.
Deployment Plan / Instructions
Will this deployment impact the platform and / or services on it?
{Please write here}
Checklist (check
x
in[ ]
of list items)Additional comments (if any)
{Please write here}