Skip to content

Commit 459b51c

Browse files
authored
(bugfix): Adot interpolation updates (#282)
* Fix adot interpolation updates * Fix CI
1 parent 63fc319 commit 459b51c

File tree

2 files changed

+161
-161
lines changed

2 files changed

+161
-161
lines changed

.github/workflows/plan-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- export TF_VAR_grafana_api_key="fakeapikey"
110110
- curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
111111
- sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
112-
- sudo apt-get update && sudo apt-get install terraform
112+
- sudo apt-get update && sudo apt-get install -y terraform
113113
- terraform -version
114114
- aws --version
115115
- cd ${{ matrix.directory }}

0 commit comments

Comments
 (0)