Skip to content

Commit

Permalink
(bugfix): Adot interpolation updates (#282)
Browse files Browse the repository at this point in the history
* Fix adot interpolation updates

* Fix CI
  • Loading branch information
bonclay7 authored Sep 19, 2024
1 parent 63fc319 commit 459b51c
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 161 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plan-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- export TF_VAR_grafana_api_key="fakeapikey"
- curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
- sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
- sudo apt-get update && sudo apt-get install terraform
- sudo apt-get update && sudo apt-get install -y terraform
- terraform -version
- aws --version
- cd ${{ matrix.directory }}
Expand Down
Loading

0 comments on commit 459b51c

Please sign in to comment.