diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index da1875b6..8319bb3b 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -20,9 +20,7 @@ on: tags: - ci - lint -env: - _TERRAFORM_VERSION: 1.0.4 - TF_CLI_CONFIG_FILE: $GITHUB_WORKSPACE/.github/.terraformrc + jobs: linting: runs-on: ubuntu-latest diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e0bc48eb..ca0219c5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: 'Tests Environment' +name: 'Tests' on: pull_request: branches: @@ -20,9 +20,7 @@ on: tags: - ci - test -env: - _TERRAFORM_VERSION: 1.0.4 - TF_CLI_CONFIG_FILE: $GITHUB_WORKSPACE/.github/.terraformrc + jobs: tests-environment: runs-on: ubuntu-latest