We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeee2d3 commit 06737bcCopy full SHA for 06737bc
cmd/cli/cmd/deploy.go
@@ -159,18 +159,18 @@ var deployCmd = &cobra.Command{
159
if strings.HasPrefix(env, "TF_VAR_") {
160
cmd2.Args = append(cmd2.Args, "-e", env)
161
}
162
- }
163
164
- for _, env := range cmd2.Env {
165
if strings.HasPrefix(env, "ARM_") {
166
167
168
169
170
171
if strings.HasPrefix(env, "RUNIAC_") {
172
173
+
+ if strings.HasPrefix(env, "AWS_") {
+ cmd2.Args = append(cmd2.Args, "-e", env)
+ }
174
175
176
// handle local volume maps
0 commit comments