We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d48f8 commit 9b1c8edCopy full SHA for 9b1c8ed
.github/workflows/deploy-infrastructure.yml
@@ -0,0 +1,12 @@
1
+name: Deploy infrastructure
2
+on: [push]
3
+jobs:
4
+ deploy-infrastructure:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: hashicorp/setup-terraform@v3
8
+ with:
9
+ terraform_version: "1.9.8"
10
+ - uses: actions/checkout@v4
11
+ - run: terraform -chdir=infrastructure init
12
+ - run: terraform -chdir=infrastructure plan
0 commit comments