-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat:Allow to opt out from trusted profile creation #361
base: main
Are you sure you want to change the base?
Conversation
/run pipeline |
1 similar comment
/run pipeline |
/run pipeline |
cc : @SarikaSinha |
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.
Need to make the same change to the internal module as well.
@@ -67,7 +67,7 @@ locals { | |||
|
|||
|
|||
module "trusted_profile" { | |||
count = (var.logs_agent_enabled && var.logs_agent_iam_mode == "TrustedProfile") ? 1 : 0 |
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.
Need to add the same logic to line number 110.
/run pipeline |
Description
Added a variable to allow the users to opt out of trusted profile creation.
Release required?
x.x.X
)x.X.x
)X.x.x
)Release notes content
Added a variable to allow the users to opt out of trusted profile creation.
Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers