We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f46ec2 commit 738e114Copy full SHA for 738e114
2 files changed
.github/workflows/deploy.yml
@@ -24,16 +24,8 @@ jobs:
24
steps:
25
- uses: actions/checkout@v5
26
27
- - name: Set up Ruby
28
- uses: ruby/setup-ruby@v1
29
- with:
30
- bundler-cache: true
31
-
32
- name: Install Terragrunt and OpenTofu
33
uses: gruntwork-io/terragrunt-action@v3
34
35
- tg_version: '0.55.18'
36
- tofu_version: '1.6.2'
37
38
- name: Update Terraform State and Providers
39
run: |
mise.toml
@@ -1,2 +1,4 @@
1
[tools]
2
ruby = '3.3.9'
3
+terragrunt = '0.55.18'
4
+opentofu = '1.6.2'
0 commit comments