We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fc319 commit 459b51cCopy full SHA for 459b51c
.github/workflows/plan-examples.yml
@@ -109,7 +109,7 @@ jobs:
109
- export TF_VAR_grafana_api_key="fakeapikey"
110
- curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
111
- 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
+ - sudo apt-get update && sudo apt-get install -y terraform
113
- terraform -version
114
- aws --version
115
- cd ${{ matrix.directory }}
0 commit comments