Skip to content

Commit f5715b8

Browse files
chore(deps): update terraform archive to v2 (#115)
1 parent 6193806 commit f5715b8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/automatic-labelling-folder/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
required_providers {
1919
archive = {
2020
source = "hashicorp/archive"
21-
version = "~> 1.0"
21+
version = "~> 2.0"
2222
}
2323
google = {
2424
source = "hashicorp/google"

examples/automatic-labelling-from-localhost/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
required_providers {
1919
archive = {
2020
source = "hashicorp/archive"
21-
version = "~> 1.0"
21+
version = "~> 2.0"
2222
}
2323
google = {
2424
source = "hashicorp/google"

examples/automatic-labelling-from-repository/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
required_providers {
1919
archive = {
2020
source = "hashicorp/archive"
21-
version = "~> 1.0"
21+
version = "~> 2.0"
2222
}
2323
google = {
2424
source = "hashicorp/google"

examples/delete-vms-without-cmek/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
required_providers {
1919
archive = {
2020
source = "hashicorp/archive"
21-
version = "~> 1.0"
21+
version = "~> 2.0"
2222
}
2323
google = {
2424
source = "hashicorp/google"

0 commit comments

Comments
 (0)