Skip to content

Commit

Permalink
reduce timeout to 5m
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 3, 2026
1 parent b17bf29 commit 4b3ad0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ec2/variables.servicecatalog.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variable "path_id" {
variable "timeout" {
description = "Timeout for provisioned product operations (create/update/delete)"
type = string
default = "15m"
default = "5m"
}

variable "accept_language" {
Expand Down

0 comments on commit 4b3ad0b

Please sign in to comment.