dtan4 / terraforming

Export existing AWS resources to Terraform style (tf, tfstate) / No longer actively maintained
http://terraforming.dtan4.net/
MIT License
4.29k stars 659 forks source link

Dont import tags that begin with `aws:` #343

Open myoung34 opened 7 years ago

myoung34 commented 7 years ago

Using these via the CLI/SDK will error:

Tag keys starting with 'aws:' are reserved for internal use (Service: AmazonEC2; Status Code: 400; Error Code: InvalidParameterValue; Request ID: 670e59a1-a1ac-4044-8d27-9caf9ef1218e)

myoung34 commented 7 years ago

In terms of this, terraforming imports them, than plan shows a change, apply fails silently (looks good) then plan still shows the tags need to be added.