Skip to content

Commit

Permalink
fix: prep-inception flakiness (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored May 27, 2024
1 parent 5121e9d commit 65aaff8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/gcp/bin/prep-inception.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ terraform {
}
EOF

# Wait for the service account key to propagate
sleep 2

terraform init
terraform state show module.inception.google_storage_bucket.tf_state || \
terraform import module.inception.google_storage_bucket.tf_state ${tf_state_bucket_name}
Expand Down

0 comments on commit 65aaff8

Please sign in to comment.