Skip to content

Commit c722c9a

Browse files
authored
fix: fix error openpgp:key expired (#697)
1 parent 79edff9 commit c722c9a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/.tflint.repo.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ plugin "blueprint" {
8080

8181
rule "terraform_required_version_range" {
8282
enabled = true
83-
max_version = "1.6"
83+
max_version = "1.6.6"
8484
}

3-fleetscope/envs/development/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= 1.6"
18+
required_version = ">= 1.6.1"
1919
}

3-fleetscope/envs/nonproduction/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= 1.6"
18+
required_version = ">= 1.6.1"
1919
}

3-fleetscope/envs/production/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= 1.6"
18+
required_version = ">= 1.6.1"
1919
}

0 commit comments

Comments
 (0)