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

resource_aws_codedeploy_deployment_group.go - Ec2TagSet option not available #2930

Closed
xriu opened this issue Jan 10, 2018 · 3 comments
Closed
Labels
enhancement Requests to existing resources that expand the functionality or scope.
Milestone

Comments

@xriu
Copy link

xriu commented Jan 10, 2018

Terraform Version

Terraform v0.11.1 - provider.aws v1.6.0

Affected Resource(s)

  • aws_codedeploy_deployment_group

Terraform Configuration Files

resource "aws_codedeploy_deployment_group" "example" {
  app_name              = "${aws_codedeploy_app.example.name}"
  deployment_group_name = "example-group"
  service_role_arn      = "${aws_iam_role.example.arn}"

"ec2TagSet": { 
         "ec2TagSetList": [ 
            [ 
               { 
                  "Key": "KEY_AND_VALUE",
                  "Type": "Name",
                  "Value": "AppVersion-ABC"
               }
            ],
            [ 
               { 
                  "Key": "KEY_AND_VALUE",
                  "Type": "Region",
                  "Value": "North"
               }
            ],
         ]
      },
}

Expected Behavior

ec2_tag_set option to enable multiple tag support

Actual Behavior

ec2_tag_set option not defined in resource_aws_codedeploy_deployment_group.go but defined in codedeploy API ( https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/resource_aws_codedeploy_deployment_group.go )

References

Official documentation
https://docs.aws.amazon.com/codedeploy/latest/userguide/instances-tagging.html?icmpid=docs_acd_console

CodeDeploy API
https://github.com/terraform-providers/terraform-provider-aws/blob/master/vendor/github.com/aws/aws-sdk-go/service/codedeploy/api.go

Resource CodeDeploy
https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/resource_aws_codedeploy_deployment_group.go

@radeksimko radeksimko added enhancement Requests to existing resources that expand the functionality or scope. service/codedeploy labels Jan 17, 2018
@Haegin
Copy link
Contributor

Haegin commented Apr 10, 2018

Looks like this is a dupe of #2073.

@bflad
Copy link
Contributor

bflad commented Apr 25, 2018

The ec2_tag_set argument has been added to the aws_codedeploy_deployment_group attribute via #4324 and will release with v1.17.0 of the AWS provider, likely in a week.

@bflad bflad closed this as completed Apr 25, 2018
@ghost
Copy link

ghost commented Apr 6, 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 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope.
Projects
None yet
Development

No branches or pull requests

4 participants