diff --git a/modules/s3/variables.servicecatalog.tf b/modules/s3/variables.servicecatalog.tf index 23ba43d..b33f532 100644 --- a/modules/s3/variables.servicecatalog.tf +++ b/modules/s3/variables.servicecatalog.tf @@ -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" {