Skip to content

Commit

Permalink
Enable asynchronous environment creation
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Enright <jenright@cloudera.com>
  • Loading branch information
jimright committed Nov 26, 2024
1 parent a524df2 commit ba80d1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion azure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit ba80d1b

Please sign in to comment.