DynamoDB creation requires 'dynamodb:TagResource' permission with empty tags #10943
Labels
bug
Addresses a defect in current functionality.
service/dynamodb
Issues and PRs that pertain to the dynamodb service.
Community Note
Terraform Version
terraform: v0.12.9
aws provider: 2.21.1
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
The table should have been created since I do not have any tags specified
Actual Behavior
Table was not created due to user not having
TagResource
permissionSteps to Reproduce
terraform apply
Important Factoids
I work in a tightly controlled environment with restricted access to permissions. Terraform should not use permissions unnecessarily.
References
I think this bug was created by this change: #8442
The text was updated successfully, but these errors were encountered: