fix: bump hashicorp/tls from 4.0.5 to 4.0.6
Bumps [hashicorp/tls](https://github.com/hashicorp/terraform-provider-tls) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/hashicorp/terraform-provider-tls/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-tls/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-tls/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: hashicorp/tls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
70a17d570b
commit
48e6119fd2
|
|
@ -11,7 +11,7 @@ terraform {
|
||||||
}
|
}
|
||||||
tls = {
|
tls = {
|
||||||
source = "hashicorp/tls"
|
source = "hashicorp/tls"
|
||||||
version = "4.0.5"
|
version = "4.0.6"
|
||||||
}
|
}
|
||||||
acme = {
|
acme = {
|
||||||
source = "vancluever/acme"
|
source = "vancluever/acme"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue