Skip to content

Commit 3406a17

Browse files
authored
chore(RAIN-94708): Increase wait_time to fix GCP Config Folder support (#109)
* chore(RAIN-94708): Increase wait_time to fix GCP Config Folder support * Fix README.md * Fix README.md * Remove unnecessary spaces * Remove unnecessary spaces
1 parent 5478c7e commit 3406a17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ policyanalyzer.googleapis.com
118118
| <a name="input_service_account_private_key"></a> [service\_account\_private\_key](#input\_service\_account\_private\_key) | The private key in JSON format, base64 encoded (required when use\_existing\_service\_account is set to true) | `string` | `""` | no |
119119
| <a name="input_skip_iam_grants"></a> [skip\_iam\_grants](#input\_skip\_iam\_grants) | Skip generation of custom role, and IAM grants to the Service Account, for customers who use IAM policy-as-code external to the Lacework module. WARNING - integration will fail if grants are not in place prior to execution. 'use\_existing\_service\_account' must also be set to `true` | `bool` | `false` | no |
120120
| <a name="input_use_existing_service_account"></a> [use\_existing\_service\_account](#input\_use\_existing\_service\_account) | Set this to true to use an existing Service Account | `bool` | `false` | no |
121-
| <a name="input_wait_time"></a> [wait\_time](#input\_wait\_time) | Amount of time to wait before the next resource is provisioned | `string` | `"10s"` | no |
121+
| <a name="input_wait_time"></a> [wait\_time](#input\_wait\_time) | Amount of time to wait before the next resource is provisioned | `string` | `"30s"` | no |
122122

123123
## Outputs
124124

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ variable "prefix" {
7272

7373
variable "wait_time" {
7474
type = string
75-
default = "10s"
75+
default = "30s"
7676
description = "Amount of time to wait before the next resource is provisioned"
7777
}
7878

0 commit comments

Comments
 (0)