remove plan from e2e

Signed-off-by: matttrach <matttrach@gmail.com>
This commit is contained in:
matttrach 2023-08-29 12:42:54 -05:00
parent acadba47f8
commit 1071a8c1eb
No known key found for this signature in database
GPG Key ID: C00467FDE2D0231F
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'