Add read support for permissions attribute for aws_connect_security_profile resource #22847
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/connect
Issues and PRs that pertain to the connect service.
Milestone
Community Note
Description
There is an API that can read the
permissions
attribute for theaws_connect_security_profile
resource. This API is documented here: https://docs.aws.amazon.com/connect/latest/APIReference/API_ListSecurityProfilePermissions.htmlHence, with this read, the
ImportStateVerifyIgnore: []string{"permissions"},
can also be removedNew or Affected Resource(s)
Potential Terraform Configuration
Here since the
References
The text was updated successfully, but these errors were encountered: