Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit d101849

Browse files
committed
fix(ci): add 8th example test
1 parent f9e5fea commit d101849

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.circleci/config.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,23 @@ workflows:
136136
save-workspace: false
137137
context: qa-terraform-modules-alternate-provider-testing
138138
requires:
139-
- example-with-vpc-init
139+
- example-with-vpc-init
140+
141+
142+
- terraform-orb/init:
143+
name: example-without-event-init
144+
checkout: true
145+
save-workspace: true
146+
infrastructure_dir: "./examples/example-without-event"
147+
terraform_version: 1.0.3
148+
context: qa-terraform-modules-alternate-provider-testing
149+
- terraform-orb/plan:
150+
name: example-without-event-plan
151+
environment: qa
152+
infrastructure_dir: "./examples/example-without-event"
153+
terraform_version: 1.0.3
154+
attach-workspace: true
155+
save-workspace: false
156+
context: qa-terraform-modules-alternate-provider-testing
157+
requires:
158+
- example-without-event-init

0 commit comments

Comments
 (0)