File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 - name : Setup Terraform
3636 uses : hashicorp/setup-terraform@v3
3737 with :
38- terraform_version : " 1.12 "
38+ terraform_version : " 1.13 "
3939 - name : Initialise with no backend
4040 run : terraform init -backend=false
4141 - name : Check formatting
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ between GitHub Actions workflows and AWS resources.
1313
1414### Requirements
1515
16- - [ Terraform] 1.12 +
16+ - [ Terraform] 1.0 +
1717
1818### Installation and usage
1919
Original file line number Diff line number Diff line change 22// SPDX-License-Identifier: MIT
33
44terraform {
5- required_version = " ~> 1.12 "
5+ required_version = " ~> 1.0 "
66
77 required_providers {
88 aws = {
Original file line number Diff line number Diff line change 22// SPDX-License-Identifier: MIT
33
44terraform {
5- required_version = " ~> 1.12 "
5+ required_version = " ~> 1.0 "
66
77 required_providers {
88 aws = {
Original file line number Diff line number Diff line change 22// SPDX-License-Identifier: MIT
33
44terraform {
5- required_version = " ~> 1.12 "
5+ required_version = " ~> 1.0 "
66
77 required_providers {
88 aws = {
You can’t perform that action at this time.
0 commit comments