Merge pull request #5 from matttrach/fix-e2e

remove plan from e2e
This commit is contained in:
Matt Trachier 2023-08-29 12:44:19 -05:00 committed by GitHub
commit f3ef595076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ jobs:
with_wrapper: false
- name: Terraform Init
run: cd examples/basic && terraform init -upgrade
- name: Terraform Plan
run: cd examples/basic && terraform init -upgrade && terraform plan
terratest:
name: 'Terratest'