Skip to content

Commit 5a55781

Browse files
authored
Update atmos terraform commands that require processing of Go templates and Atmos YAML functions (#1062)
* updates * updates
1 parent 161c074 commit 5a55781

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

examples/quick-start-advanced/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG GEODESIC_OS=debian
66
# https://atmos.tools/
77
# https://github.com/cloudposse/atmos
88
# https://github.com/cloudposse/atmos/releases
9-
ARG ATMOS_VERSION=1.162.0
9+
ARG ATMOS_VERSION=1.162.1
1010

1111
# Terraform: https://github.com/hashicorp/terraform/releases
1212
ARG TF_VERSION=1.5.7

internal/exec/terraform_utils.go

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,22 @@ func needProcessTemplatesAndYamlFunctions(command string) bool {
123123
"destroy",
124124
"generate",
125125
"output",
126+
"shell",
127+
"write",
128+
"force-unlock",
129+
"import",
130+
"refresh",
131+
"show",
132+
"taint",
133+
"untaint",
134+
"validate",
135+
"state list",
136+
"state mv",
137+
"state pull",
138+
"state push",
139+
"state replace-provider",
140+
"state rm",
141+
"state show",
126142
}
127143
return u.SliceContainsString(commandsThatNeedFuncProcessing, command)
128144
}

website/docs/integrations/atlantis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ on:
673673
branches: [ main ]
674674
675675
env:
676-
ATMOS_VERSION: 1.162.0
676+
ATMOS_VERSION: 1.162.1
677677
ATMOS_CLI_CONFIG_PATH: ./
678678
679679
jobs:

0 commit comments

Comments
 (0)