Skip to content

Commit 681f2a8

Browse files
SSPROD-54737 - enhance: support WIF onboarding
1 parent 11dae81 commit 681f2a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

modules/onboarding/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "random_id" "suffix" {
2020

2121
locals {
2222
suffix = var.suffix == null ? random_id.suffix[0].hex : var.suffix
23-
# account_id = time_sleep.wait_for_apply_google_permissions[0].
23+
# account_id = time_sleep.wait_for_apply_google_permissions[0].
2424
}
2525

2626
resource "google_service_account" "onboarding_auth" {

modules/onboarding/versions.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ terraform {
1414
source = "hashicorp/random"
1515
version = ">= 3.1"
1616
}
17+
time = {
18+
source = "hashicorp/time"
19+
version = "0.13.1"
20+
}
1721
}
1822
}

0 commit comments

Comments
 (0)