Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws_eip resource missing support for tags in AWS provider v1.6.0 #2805

Closed
whereisaaron opened this issue Dec 30, 2017 · 3 comments
Closed

aws_eip resource missing support for tags in AWS provider v1.6.0 #2805

whereisaaron opened this issue Dec 30, 2017 · 3 comments
Labels
question A question about existing functionality; most questions are re-routed to discuss.hashicorp.com.

Comments

@whereisaaron
Copy link
Contributor

Terraform and AWS Provider Versions

Terraform v0.11.1
+ provider.aws v1.6.0

Terraform Configuration Files

resource "aws_eip" "example" {
  vpc      = true
  instance = "i1234567890abcdef"

  tags {
    Name = "EIP for my favourite instance
  }
}

Expected Behavior

EIP created and and tags added

Actual Behavior

Error: aws_eip.example: : invalid or unknown key: tags

Steps to Reproduce

  1. terraform init
  2. 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.

@jen20
Copy link
Contributor

jen20 commented Dec 31, 2017

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!

@jen20 jen20 closed this as completed Dec 31, 2017
@jen20 jen20 added the question A question about existing functionality; most questions are re-routed to discuss.hashicorp.com. label Dec 31, 2017
@whereisaaron
Copy link
Contributor Author

Sweet! Thanks @jen20.

@ghost
Copy link

ghost commented Apr 8, 2020

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!

@ghost ghost locked and limited conversation to collaborators Apr 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question A question about existing functionality; most questions are re-routed to discuss.hashicorp.com.
Projects
None yet
Development

No branches or pull requests

2 participants