Skip to content

Commit

Permalink
Merge pull request 'Update Terraform http to v3' (khuedoan#12) from r…
Browse files Browse the repository at this point in the history
…enovate/http-3.x into master

Reviewed-on: https://git.tribz.cloud/ops/homelab/pulls/12
  • Loading branch information
gitea_admin committed Oct 11, 2022
2 parents a9cd90a + a8e2d3d commit c1972c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/modules/cloudflare/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {

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

http = {
source = "hashicorp/http"
version = "~> 2.1.0"
version = "~> 3.1.0"
}
}
}
Expand Down

0 comments on commit c1972c2

Please sign in to comment.