You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @whereisaaron! Support was merged to the provider in #2768, however there has not been a release yet as HashiCorp is on their Christmas break. I have no doubt there will be a release shortly after the new year which will include this!
Terraform and AWS Provider Versions
Terraform Configuration Files
Expected Behavior
EIP created and and tags added
Actual Behavior
Error: aws_eip.example: : invalid or unknown key: tags
Steps to Reproduce
terraform init
terraform apply
Important Factoids
Tested in us-east-2 region
References
Couldn't find any existing issue covering the lack of support for tags on EIP resources. Manual page for aws_eip resource supports finding that 'tags' is not supported. @arnoldokoth over in the terraform project pointed out they where added to AWS only 9 days ago so no surprise the provider doesn't have them yet! But hopefully easy to add if uniform with other resource tags.
The text was updated successfully, but these errors were encountered: