Closed acwwat closed 1 week ago
Voting for Prioritization
For Submitters
Thanks for your contribution, @acwwat! 👍 👏
This functionality has been released in v5.75.1 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. Thank you!
Description
This PR is to add the
description
argument/attribute to theaws_cloudwatch_event_bus
resource and data source.Note that there is a quirk with the AWS API where you cannot unset the description on update when it is previously set. The only way is to set the description to am empty string, which is coincidentally mapped to the zero string value. So in the state, the value is never null, only empty string for now.
Relations
Closes #39900
References
Referred to CreateTask for specs and wordings.
Output from Acceptance Testing
For the
aws_cloudwatch_event_bus
resource:For the
aws_cloudwatch_event_bus
data source: