Terraform v0.11.1
+ provider.aws v1.6.0
resource "aws_eip" "example" {
vpc = true
instance = "i1234567890abcdef"
tags {
Name = "EIP for my favourite instance
}
}
EIP created and and tags added
Error: aws_eip.example: : invalid or unknown key: tags
terraform initterraform apply
Tested in us-east-2 region
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.
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!
Sweet! Thanks @jen20.
I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Most helpful comment
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!