cisagov / cool-images-assessment-images

Terraform code to create resources to provide storage and access for assessment images in the COOL.
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

Remove role_tags from cisagov/terraform-state-read-role-tf-module configuration #6

Closed jsf9k closed 3 years ago

jsf9k commented 3 years ago

๐Ÿ—ฃ Description

This pull request modifies the Terraform code to remove role_tags from the cisagov/terraform-state-read-role-tf-module configuration.

๐Ÿ’ญ Motivation and context

This is in accordance with the changes in cisagov/terraform-state-read-role-tf-module#5.

Note that var.tags (minus the Workspace tag, if present) is passed in via the provider's default tags, so there is no need to use additional_role_tags here.

๐Ÿงช Testing

I tested these changes by running a terraform apply against our production COOL environment and noting that the only changes to be made were to add some tags to extant IAM policy resources.

โœ… Checklist