We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72e74d commit 6dcdc36Copy full SHA for 6dcdc36
.github/workflows/ci.yml
@@ -16,13 +16,13 @@ jobs:
16
matrix='{
17
"env":[
18
{
19
- "tf_version":"0.13.2", # must match value in examples/ci-13/ci.tf
+ "tf_version":"0.13.2",
20
"tf_working_dir":"./examples/ci-13",
21
"aws_key_name":"byu_oit_terraform_dev_key",
22
"aws_secret_name":"byu_oit_terraform_dev_secret"
23
},
24
25
- "tf_version":"0.12.29", # must match value in examples/ci-12/ci.tf
+ "tf_version":"0.12.29",
26
"tf_working_dir":"./examples/ci-12",
27
28
0 commit comments