Skip to content

Commit cb949f9

Browse files
committed
upgrade provider versions
1 parent 96212f9 commit cb949f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ terraform {
88
required_providers {
99
archive = {
1010
source = "hashicorp/archive"
11-
version = "~> 2.3"
11+
version = "~> 2.7"
1212
}
1313

1414
aws = {
1515
source = "hashicorp/aws"
16-
version = "~> 5.0"
16+
version = "~> 6.0"
1717
}
1818
}
1919
}

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ terraform {
88
required_providers {
99
archive = {
1010
source = "hashicorp/archive"
11-
version = "~> 2.4"
11+
version = "~> 2.7"
1212
}
1313

1414
aws = {
1515
source = "hashicorp/aws"
16-
version = "~> 5.29"
16+
version = "~> 6.0"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)