chore(deps): update terraform http to v3

This commit is contained in:
Renovate Bot
2023-01-25 04:37:19 +00:00
committed by Gitea
parent 2a29c0f8c5
commit 6bd0577c64
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ terraform {
http = { http = {
source = "hashicorp/http" source = "hashicorp/http"
version = "~> 2.1.0" version = "~> 3.2.0"
} }
} }
} }

View File

@ -23,7 +23,7 @@ terraform {
http = { http = {
source = "hashicorp/http" source = "hashicorp/http"
version = "~> 2.1.0" version = "~> 3.2.0"
} }
} }
} }