Terraform-provider-aws: Amazon API Gateway additional resource tagging

Created on 22 May 2019  路  4Comments  路  Source: hashicorp/terraform-provider-aws

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

As of AWS SDK v1.19.36 additional Amazon API Gateway resources can be tagged:

This release adds support for tagging of Amazon API Gateway resources.

Requires:

Announcement.
Developer guide.

aws_api_gateway_stage resources already supported resource tags - https://github.com/terraform-providers/terraform-provider-aws/pull/2858.

enhancement servicapigateway

Most helpful comment

Resource tagging with API Gateway resources that support it directly (others inherit tags from parent resources) has now been merged. Tagging for the last remaining resource in this feature request, aws_api_gateway_rest_api, will release with version 2.37.0 of the Terraform AWS Provider, by Thursday next week. Thanks to @stephentyellis and @DrFaust92 for their implementations. 馃殌

All 4 comments

Affected resources:

  • [x] [aws_api_gateway_api_key](https://www.terraform.io/docs/providers/aws/r/api_gateway_api_key.html) - https://github.com/terraform-providers/terraform-provider-aws/pull/10568
  • [x] [aws_api_gateway_client_certificate](https://www.terraform.io/docs/providers/aws/r/api_gateway_client_certificate.html) - https://github.com/terraform-providers/terraform-provider-aws/pull/10569
  • [x] [aws_api_gateway_domain_name](https://www.terraform.io/docs/providers/aws/r/api_gateway_domain_name.html) - https://github.com/terraform-providers/terraform-provider-aws/pull/10567
  • [x] [aws_api_gateway_rest_api](https://www.terraform.io/docs/providers/aws/r/api_gateway_rest_api.html) - https://github.com/terraform-providers/terraform-provider-aws/pull/10581
  • [x] [aws_api_gateway_usage_plan](https://www.terraform.io/docs/providers/aws/r/api_gateway_usage_plan.html) - https://github.com/terraform-providers/terraform-provider-aws/pull/10566
  • [x] [aws_api_gateway_vpc_link](https://www.terraform.io/docs/providers/aws/r/api_gateway_vpc_link.html) - https://github.com/terraform-providers/terraform-provider-aws/pull/10561

Resource tagging with API Gateway resources that support it directly (others inherit tags from parent resources) has now been merged. Tagging for the last remaining resource in this feature request, aws_api_gateway_rest_api, will release with version 2.37.0 of the Terraform AWS Provider, by Thursday next week. Thanks to @stephentyellis and @DrFaust92 for their implementations. 馃殌

This has been released in version 2.37.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

Please note that due to some strange behavior with GitHub's Squash and Merge functionality, the aws_api_gateway_usage_plan tagging enhancements will go out in version 2.42.0 of the Terraform AWS Provider.

Was this page helpful?
0 / 5 - 0 ratings