Skip to content

Commit f9c9272

Browse files
chore(deps): update terraform http to ~> 3.5.0
1 parent 78bce47 commit f9c9272

File tree

6 files changed

+75
-48
lines changed

6 files changed

+75
-48
lines changed

aws/.terraform.lock.hcl

Lines changed: 24 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
http = {
1414
source = "hashicorp/http"
15-
version = "~> 3.4.0"
15+
version = "~> 3.5.0"
1616
}
1717
}
1818
}

azure/.terraform.lock.hcl

Lines changed: 24 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
http = {
1414
source = "hashicorp/http"
15-
version = "~> 3.4.0"
15+
version = "~> 3.5.0"
1616
}
1717
}
1818
}

gcp/.terraform.lock.hcl

Lines changed: 24 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ terraform {
1515
}
1616
http = {
1717
source = "hashicorp/http"
18-
version = "~> 3.4.0"
18+
version = "~> 3.5.0"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)