From ba80d1b123071515c714779df834ea1388a4eb0d Mon Sep 17 00:00:00 2001 From: Jim Enright Date: Tue, 26 Nov 2024 11:34:44 +0000 Subject: [PATCH] Enable asynchronous environment creation Signed-off-by: Jim Enright --- aws/variables.tf | 2 +- azure/variables.tf | 2 +- gcp/variables.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" {