Cox-Automotive / terraform-provider-alks

Terraform Provider for ALKS
MIT License
37 stars 23 forks source link

Add default tags field to provider block #165

Closed elliottzack429 closed 2 years ago

elliottzack429 commented 2 years ago

Description This change implements default_tags for alks provider block and tags for individual alks_iamroles and alks_iamtrustroles. This change requires the newest alks go client, v0.0.0-20220502192728-623c28f3b92b.

Rally # US805863: ALKS TFP - Add tag field to individual IAM role resources US805872: ALKS TFP - Add tag field to individual IAM trust role resources US805864: ALKS TFP - Add default_tags field to the provider block

Type of change: Feature (non-breaking change which adds functionality)

Documentation How has this been tested? Steps: Step 1: Acceptance Tests written covering all new functionality including creating and updating roles with a mix of default and individual role tags. Step 2: It was confirmed with the getIAMRole function in the go client that the requested roles were being added and updated correctly on the lab account.