Skip to content

Commit 74a7fab

Browse files
deps: update Terraform dependencies (edgelesssys#3846)
* deps: update Terraform dependencies * terraform: keep OpenStack at 3.0.0 --------- Signed-off-by: Daniel Weiße <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Weiße <[email protected]>
1 parent 0f143c5 commit 74a7fab

File tree

34 files changed

+339
-320
lines changed

34 files changed

+339
-320
lines changed

dev-docs/howto/vpn/on-prem-terraform/.terraform.lock.hcl

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev-docs/howto/vpn/on-prem-terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
azurerm = {
44
source = "hashicorp/azurerm"
5-
version = "4.29.0"
5+
version = "4.42.0"
66
}
77
random = {
88
source = "hashicorp/random"

dev-docs/miniconstellation/azure-terraform/.terraform.lock.hcl

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev-docs/miniconstellation/azure-terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
azurerm = {
44
source = "hashicorp/azurerm"
5-
version = "4.29.0"
5+
version = "4.42.0"
66
}
77
random = {
88
source = "hashicorp/random"

e2e/miniconstellation/.terraform.lock.hcl

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/miniconstellation/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
azurerm = {
44
source = "hashicorp/azurerm"
5-
version = "4.29.0"
5+
version = "4.42.0"
66
}
77
tls = {
88
source = "hashicorp/tls"

renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
'github.com/edgelesssys/constellation/v2',
3232
// Only update once they fixed dependency violations on their side.
3333
'github.com/google/go-tpm-tools',
34+
'terraform-provider-openstack/openstack',
3435
],
3536
// Rules for changing renovates behaviour for different packages.
3637
// The documentation for configuration options can be found here:

terraform/infrastructure/aws/.terraform.lock.hcl

Lines changed: 30 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/infrastructure/aws/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.98.0"
5+
version = "5.100.0"
66
}
77
random = {
88
source = "hashicorp/random"

terraform/infrastructure/aws/modules/instance_group/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.98.0"
5+
version = "5.100.0"
66
}
77
random = {
88
source = "hashicorp/random"

0 commit comments

Comments
 (0)