Closed as not planned
Closed as not planned
Description
Description
aws_sns_platform_application is specified as withoutTimeout:
It is unclear why it is defined in this way.
In comparison to pinpoint_apns_channel that allows to specify the timeout: https://github.com/hashicorp/terraform-provider-aws/blob/main/internal/service/pinpoint/apns_channel.go#L15
We are not sure if there is any underlying issue and what was the original decision to disallow specifying the timeout on aws_sns_platform_application
Please let us know if we should provide any other information.
Affected Resource(s) and/or Data Source(s)
- aws_sns_platform_application
Potential Terraform Configuration
No response
References
We had the following issue #28925 where we waited aws_sns_platform_application to be updated for 50 minutes. It would be useful if we could override it and specify the timeout to avoid our production environment to be in unexpected state for more than 50 minutes.
Would you like to implement a fix?
None
Activity