Skip to content

Commit 46c4171

Browse files
authored
fix(kuba-init): replace mappings with env key (#21)
1 parent 0710f3f commit 46c4171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/lib/fileutils/fileutils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ default:
105105
project: 1337
106106
107107
# Mapping of cloud projects to environment variables and secret keys.
108-
mappings:
108+
env:
109109
GCP_PROJECT_ID:
110110
secret-key: "gcp_project_secret"
111111
AWS_PROJECT_ID:

0 commit comments

Comments
 (0)