Skip to content

Commit

Permalink
Update Terraform http to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2022
1 parent a8e8f04 commit 926b3b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
27 changes: 13 additions & 14 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
http = {
source = "hashicorp/http"
version = "~> 2.0"
version = "~> 3.0"
}
null = {
source = "hashicorp/null"
Expand Down

0 comments on commit 926b3b2

Please sign in to comment.