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 bdd1ae5 commit eff64abCopy full SHA for eff64ab
.github/workflows/static-checks.yaml
@@ -18,7 +18,7 @@ concurrency:
18
19
jobs:
20
terraformVersions:
21
- name: Collect Terraform stacks
+ name: Get min/max Terraform versions
22
runs-on: ubuntu-latest
23
outputs:
24
minVersion: ${{ steps.minMax.outputs.minVersion }}
variables.tf
@@ -291,3 +291,8 @@ variable "snap_start" {
291
default = false
292
type = bool
293
}
294
+
295
+variable "test" {
296
+ type = string
297
+ description = "this should break the pipeline"
298
+}
0 commit comments