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

atlas_artifact metadata not being sent to Atlas #2991

Closed
pearkes opened this issue Aug 12, 2015 · 2 comments
Closed

atlas_artifact metadata not being sent to Atlas #2991

pearkes opened this issue Aug 12, 2015 · 2 comments
Labels

Comments

@pearkes
Copy link
Contributor

pearkes commented Aug 12, 2015

With the following configuration:

resource "atlas_artifact" "test" {
  name = "hashicorp/tf-provider-test"
  type = "aws.ami"
  version = "latest"

  metadata {
    region.us-east-1 = "ami-215gfk8d"
  }
}

We currently log this metadata map:

2015/08/12 16:16:07 terraform-provider-atlas: 2015/08/12 16:16:07 [INFO] searching artifacts: &atlas.ArtifactSearchOpts{User:"hashicorp", Name:"tf-provider-test", Type:"aws.ami", Build:"", Version:"latest", Metadata:map[string]string{"region.us-east-1":""}}

Somehow the metadata isn't picking up values, and sending the keys blank to Atlas.

@pearkes
Copy link
Contributor Author

pearkes commented Aug 13, 2015

A dupe of #2143!

@ghost
Copy link

ghost commented Aug 16, 2019

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 Aug 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants