hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.74k stars 9.1k forks source link

Add parameter for onPremisesTagSet to codedeploy_deployment_group #14920

Open stekern opened 4 years ago

stekern commented 4 years ago

Community Note

Description

The aws_codedeploy_deployment_group resource does not currently have a parameter that corresponds to what the AWS API calls onPremisesTagSet (https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_CreateDeploymentGroup.html#CodeDeploy-CreateDeploymentGroup-request-onPremisesTagSet).

From what I can tell, the this parameter is equivalent to ec2TagSet, which is already implemented in the resource, so it should not be that hard to adapt the existing code to also support this new parameter.

New or Affected Resource(s)

github-actions[bot] commented 1 month ago

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!