[Bug]: r/aws_finspace_kx_dataview: tags are not supported #34990
Labels
bug
Addresses a defect in current functionality.
service/finspace
Issues and PRs that pertain to the finspace service.
Milestone
Terraform Core Version
1.6.6
AWS Provider Version
5.31.0
Affected Resource(s)
aws_finspace_kx_dataview
Expected Behavior
Creating a dataview with
tags
set should apply the tags.Actual Behavior
No tags are applied.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
This branch contains a
_tags
acceptance test which reproduces the incorrect behavior:main...f-finspace_kx_dataview-tags
Steps to Reproduce
make testacc PKG=finspace TESTS=TestAccFinSpaceKxDataview_tags
Debug Output
Panic Output
No response
Important Factoids
"Tag-on-create" is also broken for other APIs in this service. The likely solution is to tag after creation using the dataview ARN. ARN is not currently returned in response body of the Create or Describe APIs, so until it is added it will need to be manually composed using the dataview name.
References
aws_finspace_kx_dataview
#34828Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: