Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 58689cb

Browse files
authored
Debug Tutorial Atmos Workflows (#19)
* Debugging atmos workflows * resolved issues with workflows * resolved issues with workflows
1 parent 110b2ab commit 58689cb

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

02-atmos/stacks/example.yaml 02-atmos/stacks/catalog/example.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,3 @@ components:
2121
print_users_weather_enabled: true
2222

2323
helmfile: {}
24-
25-
workflows:
26-
deploy-all:
27-
description: Deploy terraform projects in order
28-
steps:
29-
- job: terraform deploy fetch-location
30-
- job: terraform deploy fetch-weather
31-
- job: terraform deploy output-results
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
workflows:
2+
deploy-all:
3+
description: Deploy terraform projects in order
4+
steps:
5+
- command: terraform deploy fetch-location
6+
- command: terraform deploy fetch-weather
7+
- command: terraform deploy output-results

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG VERSION=latest
22
ARG OS=debian
33
ARG CLI_NAME=tutorials
44
ARG TF_1_VERSION=1.3.0
5-
ARG ATMOS_VERSION=1.9.1
5+
ARG ATMOS_VERSION=1.16.0
66

77
FROM cloudposse/geodesic:$VERSION-$OS
88

0 commit comments

Comments
 (0)