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

Tags are not being applied to instances in aws_spot_instance_request resources #24880

Closed
machadovilaca opened this issue May 6, 2020 · 3 comments

Comments

@machadovilaca
Copy link

machadovilaca commented May 6, 2020

Terraform Version

Terraform v0.12.24

Terraform Configuration Files

resource "aws_spot_instance_request" "spot_node" {
  ami = "ami-0e312952b4cc28a7f"
  instance_type = "t3.small"
  
  wait_for_fulfillment = true

  tags = {
    Name   = "Spot-node-1"
  }
}

Expected Behavior

Spot instance with name "Spot-node-1" created.

Actual Behavior

Spot instance with no name created.

Steps to Reproduce

  1. terraform init
  2. terraform apply

References

@danieldreier
Copy link
Contributor

Thanks for reporting this! I think that this is an issue to be addressed in the AWS Terraform provider, rather than in core. I'm going to label it as such, and the HashiBot will shortly migrate it over to the AWS provider. Please feel free to re-open this if they determine that it is indeed an issue that needs to be addressed in Terraform core.

@ghost
Copy link

ghost commented May 8, 2020

This issue has been automatically migrated to hashicorp/terraform-provider-aws#13229 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to hashicorp/terraform-provider-aws#13229.

@ghost
Copy link

ghost commented Jun 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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Jun 8, 2020
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants