We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dae81 commit 681f2a8Copy full SHA for 681f2a8
modules/onboarding/main.tf
@@ -20,7 +20,7 @@ resource "random_id" "suffix" {
20
21
locals {
22
suffix = var.suffix == null ? random_id.suffix[0].hex : var.suffix
23
-# account_id = time_sleep.wait_for_apply_google_permissions[0].
+ # account_id = time_sleep.wait_for_apply_google_permissions[0].
24
}
25
26
resource "google_service_account" "onboarding_auth" {
modules/onboarding/versions.tf
@@ -14,5 +14,9 @@ terraform {
14
source = "hashicorp/random"
15
version = ">= 3.1"
16
17
+ time = {
18
+ source = "hashicorp/time"
19
+ version = "0.13.1"
+ }
0 commit comments