Bump provider tls from 3.4.0 to v4

This commit is contained in:
dghubble-renovate[bot]
2024-05-04 15:37:49 +00:00
committed by Dalton Hubble
parent d233e90754
commit 2bb4ec5bfd

View File

@@ -4,6 +4,6 @@ terraform {
required_version = ">= 0.13.0, < 2.0.0"
required_providers {
random = "~> 3.1"
tls = "~> 3.2"
tls = "~> 4.0"
}
}