Skip to content

Commit

Permalink
deps: update Terraform dependencies (#3200)
Browse files Browse the repository at this point in the history
* deps: update Terraform dependencies

* upgrade random provider

* deps: tidy all modules

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adrian Stobbe <[email protected]>
Co-authored-by: edgelessci <[email protected]>
  • Loading branch information
3 people authored Jun 27, 2024
1 parent d67d0ac commit bdfb74f
Show file tree
Hide file tree
Showing 39 changed files with 625 additions and 487 deletions.
2 changes: 1 addition & 1 deletion .github/actions/terraform_apply/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
}
random = {
source = "hashicorp/random"
version = "3.6.0"
version = "3.6.2"
}
}
}
Expand Down
84 changes: 48 additions & 36 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 = "3.92.0"
version = "3.109.0"
}
random = {
source = "hashicorp/random"
version = "3.6.0"
version = "3.6.2"
}
}
}
Expand Down
126 changes: 72 additions & 54 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.

6 changes: 3 additions & 3 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 = "3.92.0"
version = "3.109.0"
}
random = {
source = "hashicorp/random"
version = "3.6.0"
version = "3.6.2"
}
tls = {
source = "hashicorp/tls"
version = "4.0.5"
}
cloudinit = {
source = "hashicorp/cloudinit"
version = "2.3.3"
version = "2.3.4"
}
}
}
Expand Down
Loading

0 comments on commit bdfb74f

Please sign in to comment.