Skip to content

Commit eff64ab

Browse files
committed
test pipeline
1 parent bdd1ae5 commit eff64ab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/static-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
terraformVersions:
21-
name: Collect Terraform stacks
21+
name: Get min/max Terraform versions
2222
runs-on: ubuntu-latest
2323
outputs:
2424
minVersion: ${{ steps.minMax.outputs.minVersion }}

variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,8 @@ variable "snap_start" {
291291
default = false
292292
type = bool
293293
}
294+
295+
variable "test" {
296+
type = string
297+
description = "this should break the pipeline"
298+
}

0 commit comments

Comments
 (0)