Skip to content

[Enhancement]: Make it possible to configure timeout for aws_sns_platform_application Β #28926

Closed as not planned
@defigor

Description

@defigor

Description

aws_sns_platform_application is specified as withoutTimeout:

func ResourcePlatformApplication() *schema.Resource {

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/snsIssues and PRs that pertain to the sns service.staleOld or inactive issues managed by automation, if no further action taken these will get closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions