Skip to content

Commit 9faeee3

Browse files
chore(deps): update terraform azurerm to v4.50.0
1 parent b07518d commit 9faeee3

File tree

10 files changed

+125
-75
lines changed

10 files changed

+125
-75
lines changed

infra/deploy/hub/.terraform.lock.hcl

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

infra/deploy/hub/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ terraform {
1010
}
1111
azurerm = {
1212
source = "hashicorp/azurerm"
13-
version = "4.46.0"
13+
version = "4.50.0"
1414
}
1515
static = {
1616
source = "tiwood/static"

infra/deploy/spoke/.terraform.lock.hcl

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

infra/deploy/spoke/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.46.0"
5+
version = "4.50.0"
66
}
77
static = {
88
source = "tiwood/static"

src/apps/Altinn.AccessManagement/infra/.terraform.lock.hcl

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

src/apps/Altinn.AccessManagement/infra/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.46.0"
5+
version = "4.50.0"
66
}
77
static = {
88
source = "tiwood/static"

src/apps/Altinn.Authorization/infra/.terraform.lock.hcl

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

src/apps/Altinn.Authorization/infra/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.46.0"
5+
version = "4.50.0"
66
}
77
static = {
88
source = "tiwood/static"

src/apps/Altinn.Register/infra/.terraform.lock.hcl

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

src/apps/Altinn.Register/infra/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.46.0"
5+
version = "4.50.0"
66
}
77
static = {
88
source = "tiwood/static"

0 commit comments

Comments
 (0)