Cox-Automotive / terraform-provider-alks

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

Add ignore tags to provider block #168

Closed elliottzack429 closed 2 years ago

elliottzack429 commented 2 years ago

Description

Adds ignore_tags field to the alks provider block with options to filer on keys or key prefixes. Any tag listed in this block will not be considered during plans, and if it does exist currently on the role, it will be appended to any update requests, so that it isn't deleted. Additionally refactored some of the data types to reduce conversions between maps and slices and make certain operations simpler.

Rally # US826455: ALKS TFP - Add ignore_tags field to provider block

Type of change

How has this been tested?

Steps:

  1. Unit Tests
  2. Integration tests

Checklist / To Do: