Skip to content

Commit 7ca9704

Browse files
deps: update Terraform dependencies
1 parent f9477bb commit 7ca9704

File tree

37 files changed

+311
-311
lines changed

37 files changed

+311
-311
lines changed

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

Lines changed: 24 additions & 24 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.42.0"
5+
version = "4.49.0"
66
}
77
random = {
88
source = "hashicorp/random"

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

Lines changed: 24 additions & 24 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.42.0"
5+
version = "4.49.0"
66
}
77
random = {
88
source = "hashicorp/random"

e2e/miniconstellation/.terraform.lock.hcl

Lines changed: 24 additions & 24 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.42.0"
5+
version = "4.49.0"
66
}
77
tls = {
88
source = "hashicorp/tls"

terraform-provider-constellation/examples/full/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
constellation = {
44
source = "edgelesssys/constellation"
5-
version = "2.23.1" // replace with the version you want to use
5+
version = "2.24.0" // replace with the version you want to use
66
}
77
random = {
88
source = "hashicorp/random"

terraform-provider-constellation/examples/full/azure/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
constellation = {
44
source = "edgelesssys/constellation"
5-
version = "2.23.1" // replace with the version you want to use
5+
version = "2.24.0" // replace with the version you want to use
66
}
77
random = {
88
source = "hashicorp/random"

terraform-provider-constellation/examples/full/gcp/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
constellation = {
44
source = "edgelesssys/constellation"
5-
version = "2.23.1" // replace with the version you want to use
5+
version = "2.24.0" // replace with the version you want to use
66
}
77
random = {
88
source = "hashicorp/random"

terraform-provider-constellation/examples/full/stackit/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
constellation = {
44
source = "edgelesssys/constellation"
5-
version = "2.23.1" // replace with the version you want to use
5+
version = "2.24.0" // replace with the version you want to use
66
}
77
random = {
88
source = "hashicorp/random"

0 commit comments

Comments
 (0)