Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use string instead of array for S3 policy’s Action
Due to a Terraform bug (hashicorp/terraform#4948), if Action is set to a single-element array, the S3 policy always reports that it needs to be modified in place. The workaround is to use a string.
- Loading branch information