Skip to content

Commit 1cfab9a

Browse files
chore(deps): update terraform http to ~> 3.5.0 (#868)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca15a92 commit 1cfab9a

File tree

4 files changed

+50
-33
lines changed

4 files changed

+50
-33
lines changed

azure/.terraform.lock.hcl

Lines changed: 24 additions & 16 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
@@ -14,7 +14,7 @@ terraform {
1414
source = "hashicorp/random"
1515
}
1616
http = {
17-
version = "~> 3.4.0"
17+
version = "~> 3.5.0"
1818
source = "hashicorp/http"
1919
}
2020
}

0 commit comments

Comments
 (0)