Skip to content

Commit

Permalink
deps: update Terraform dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and daniel-weisse committed Dec 2, 2024
1 parent 5b1e362 commit 3c7ecd6
Show file tree
Hide file tree
Showing 38 changed files with 525 additions and 456 deletions.
90 changes: 48 additions & 42 deletions dev-docs/howto/vpn/on-prem-terraform/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions dev-docs/howto/vpn/on-prem-terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.1.0"
version = "4.12.0"
}
random = {
source = "hashicorp/random"
version = "3.6.2"
version = "3.6.3"
}
}
}
Expand Down
180 changes: 96 additions & 84 deletions dev-docs/miniconstellation/azure-terraform/.terraform.lock.hcl

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

8 changes: 4 additions & 4 deletions dev-docs/miniconstellation/azure-terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.1.0"
version = "4.12.0"
}
random = {
source = "hashicorp/random"
version = "3.6.2"
version = "3.6.3"
}
tls = {
source = "hashicorp/tls"
version = "4.0.5"
version = "4.0.6"
}
cloudinit = {
source = "hashicorp/cloudinit"
version = "2.3.4"
version = "2.3.5"
}
}
}
Expand Down
Loading

0 comments on commit 3c7ecd6

Please sign in to comment.