Skip to content

Commit 0a88c53

Browse files
authored
chore(bootstrap): fix type in github config (#1222)
1 parent f396741 commit 0a88c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

0-bootstrap/github.tf.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ locals {
3838
}
3939
}
4040

41-
commom_secrets = {
41+
common_secrets = {
4242
"PROJECT_ID" : module.gh_cicd.project_id,
4343
"WIF_PROVIDER_NAME" : module.gh_oidc.provider_name,
4444
"TF_BACKEND" : module.seed_bootstrap.gcs_bucket_tfstate,
@@ -47,7 +47,7 @@ locals {
4747

4848
secrets_list = flatten([
4949
for k, v in local.gh_config : [
50-
for secret, plaintext in local.commom_secrets : {
50+
for secret, plaintext in local.common_secrets : {
5151
config = k
5252
secret_name = secret
5353
plaintext_value = plaintext

0 commit comments

Comments
 (0)