Skip to content

Commit d1c32f4

Browse files
committed
CI: Terraform and AWS provider version bump
1 parent 6747c1e commit d1c32f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
workflow_dispatch: # enable manual execution
99

1010
env:
11-
TERRAFORM_VERSION: 1.8.2
12-
TERRAFORM_AWS_PROVIDER_VERSION: 5.47.0
11+
TERRAFORM_VERSION: 1.8.3
12+
TERRAFORM_AWS_PROVIDER_VERSION: 5.49.0
1313

1414
concurrency:
1515
group: ${{ github.ref }}
@@ -33,7 +33,7 @@ jobs:
3333
CONTENT+=" required_providers {\n"
3434
CONTENT+=" aws = {\n"
3535
CONTENT+=" source = \"hashicorp/aws\"\n"
36-
CONTENT+=" version = \"=${TERRAFORM_AWS_PROVIDER_VERSION}\"\n"
36+
CONTENT+=" version = \"${TERRAFORM_AWS_PROVIDER_VERSION}\"\n"
3737
CONTENT+=" }\n"
3838
CONTENT+=" }\n"
3939
CONTENT+="}\n"

0 commit comments

Comments
 (0)