Skip to content

Commit

Permalink
chore: update CI to run against TF 1.6.5 and 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Dec 7, 2023
1 parent c91ca66 commit 60851b5
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pr-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
"@cdktf/commons",
"@cdktf/cli-core",
]
terraform_version: ["1.5.5", "1.4.6"]
terraform_version: ["1.6.5", "1.5.5"]
with:
concurrency_group_prefix: pr-all
package: ${{ matrix.package }}
Expand All @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
terraform_version: ["1.5.5"]
terraform_version: ["1.6.5"]
with:
concurrency_group_prefix: pr-cdktf-cli-core
package: "@cdktf/cli-core"
Expand All @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
terraform_version: ["1.5.5"]
terraform_version: ["1.6.5"]
with:
concurrency_group_prefix: pr-cdktf-commons
package: "@cdktf/commons"
Expand All @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
terraform_version: ["1.5.5"]
terraform_version: ["1.6.5"]
with:
concurrency_group_prefix: pr-cdktf-hcl2cdk
package: "@cdktf/hcl2cdk"
Expand All @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: false
matrix:
terraform_version: ["1.5.5"]
terraform_version: ["1.6.5"]
with:
concurrency_group_prefix: pr-cdktf-hcl2json
package: "@cdktf/hcl2json"
Expand All @@ -100,7 +100,7 @@ jobs:
strategy:
fail-fast: false
matrix:
terraform_version: ["1.5.5"]
terraform_version: ["1.6.5"]
with:
concurrency_group_prefix: pr-cdktf-provider-generator
package: "@cdktf/provider-generator"
Expand All @@ -114,7 +114,7 @@ jobs:
strategy:
fail-fast: false
matrix:
terraform_version: ["1.5.5"]
terraform_version: ["1.6.5"]
with:
concurrency_group_prefix: pr-cdktf-cli
package: "cdktf-cli"
Expand All @@ -128,7 +128,7 @@ jobs:
strategy:
fail-fast: false
matrix:
terraform_version: ["1.5.5"]
terraform_version: ["1.6.5"]
with:
concurrency_group_prefix: pr-cdktf
package: "cdktf"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provider-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
type: string
terraform_version:
description: Version of Terraform to use
default: 1.5.5
default: 1.6.5
type: string
required: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
"@cdktf/commons",
"@cdktf/cli-core",
]
terraform_version: ["1.5.5", "1.4.6"]
terraform_version: ["1.6.5", "1.5.5"]
with:
concurrency_group_prefix: release
package: ${{ matrix.package }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
"@cdktf/commons",
"@cdktf/cli-core",
]
terraform_version: ["1.5.5", "1.4.6"]
terraform_version: ["1.6.5", "1.5.5"]
with:
concurrency_group_prefix: release-next
package: ${{ matrix.package }}
Expand Down
6 changes: 3 additions & 3 deletions .terraform.versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"default": "1.5.5",
"default": "1.6.5",
"available": [
"1.1.9",
"1.2.8",
Expand All @@ -9,7 +9,7 @@
"1.6.5"
],
"tested": [
"1.3.4",
"1.5.5"
"1.5.5",
"1.6.5"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const stackWithName = (name: string) => {
},
},
},
terraformVersion: "1.5.5",
terraformVersion: "1.6.5",
variables: {},
outputs: {},
resources: [
Expand Down
2 changes: 1 addition & 1 deletion website/docs/cdktf/cli-reference/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ node: v18.18.1
cdktf: 0.18.2
constructs: 10.3.0
jsii: 1.59.0
terraform: 1.5.5
terraform: 1.6.5
arch: arm64
os: darwin 22.6.0
java: 17.0.1
Expand Down

0 comments on commit 60851b5

Please sign in to comment.