-
Couldn't load subscription status.
- Fork 28
Add role, policy, and storage tagging to AWS #55
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 role, policy, and storage tagging to AWS #55
Conversation
| ansible.builtin.command: > | ||
| aws iam tag-policy | ||
| --policy-arn {{ __aws_cdp_data_policy_tags_item.policy.arn }} | ||
| --tags {{ ___plat_aws_policy_tags_list | join(' ') }} |
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.
triple underscore typo
3ef9424 to
eae8181
Compare
Signed-off-by: Webster Mudge <[email protected]>
Signed-off-by: Webster Mudge <[email protected]>
Signed-off-by: Webster Mudge <[email protected]>
Add labels to EFS and EBS teardown Signed-off-by: Webster Mudge <[email protected]>
Signed-off-by: Webster Mudge <[email protected]>
eae8181 to
f95f9ba
Compare
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.
___plat_aws_policy_tags_list Still not fixed
Signed-off-by: Webster Mudge <[email protected]>
* Add RAZ support * Update datalake config construction to handle the absence of GCP RAZ support Signed-off-by: Christopher Perro <[email protected]> Co-authored-by: Nicolaie Marian <[email protected]>
Targets the Infrastructure and Platform phases/roles.