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 f396741 commit 0a88c53Copy full SHA for 0a88c53
0-bootstrap/github.tf.example
@@ -38,7 +38,7 @@ locals {
38
}
39
40
41
- commom_secrets = {
+ common_secrets = {
42
"PROJECT_ID" : module.gh_cicd.project_id,
43
"WIF_PROVIDER_NAME" : module.gh_oidc.provider_name,
44
"TF_BACKEND" : module.seed_bootstrap.gcs_bucket_tfstate,
@@ -47,7 +47,7 @@ locals {
47
48
secrets_list = flatten([
49
for k, v in local.gh_config : [
50
- for secret, plaintext in local.commom_secrets : {
+ for secret, plaintext in local.common_secrets : {
51
config = k
52
secret_name = secret
53
plaintext_value = plaintext
0 commit comments