diff --git a/aws/variables.tf b/aws/variables.tf index 7153e01..6f66575 100644 --- a/aws/variables.tf +++ b/aws/variables.tf @@ -50,7 +50,7 @@ variable "environment_async_creation" { description = "Flag to specify if Terraform should wait for CDP environment resource creation/deletion" - default = false + default = true } variable "datalake_async_creation" { diff --git a/azure/variables.tf b/azure/variables.tf index ad60cd2..d466aa0 100644 --- a/azure/variables.tf +++ b/azure/variables.tf @@ -59,7 +59,7 @@ variable "environment_async_creation" { description = "Flag to specify if Terraform should wait for CDP environment resource creation/deletion" - default = false + default = true } variable "datalake_async_creation" { diff --git a/gcp/variables.tf b/gcp/variables.tf index cf8988f..1f9ac46 100755 --- a/gcp/variables.tf +++ b/gcp/variables.tf @@ -57,7 +57,7 @@ variable "environment_async_creation" { description = "Flag to specify if Terraform should wait for CDP environment resource creation/deletion" - default = false + default = true } variable "datalake_async_creation" {