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

Debug Tutorial Atmos Workflows #19

Merged
merged 3 commits into from
Dec 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,3 @@ components:
print_users_weather_enabled: true

helmfile: {}

workflows:
deploy-all:
description: Deploy terraform projects in order
steps:
- job: terraform deploy fetch-location
- job: terraform deploy fetch-weather
- job: terraform deploy output-results
7 changes: 7 additions & 0 deletions 02-atmos/stacks/workflows/example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
workflows:
deploy-all:
description: Deploy terraform projects in order
steps:
- command: terraform deploy fetch-location
- command: terraform deploy fetch-weather
- command: terraform deploy output-results
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG VERSION=latest
ARG OS=debian
ARG CLI_NAME=tutorials
ARG TF_1_VERSION=1.3.0
ARG ATMOS_VERSION=1.9.1
ARG ATMOS_VERSION=1.16.0

FROM cloudposse/geodesic:$VERSION-$OS

Expand Down