Skip to content

Commit 56eab10

Browse files
author
Arman Keyoumarsi
committed
update tests
1 parent edf4a71 commit 56eab10

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/sanity/plan.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
terraform init
2+
terraform fmt
3+
terraform validate
4+
terraform plan -var-file="private.tfvars"
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/smoke/plan.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
terraform init
2+
terraform fmt
3+
terraform validate
4+
terraform plan -var-file="private.tfvars"

0 commit comments

Comments
 (0)