Skip to content

Commit

Permalink
chore(deps): update terraform azurerm to v4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 70af1a5 commit cec2c97
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 32 deletions.
2 changes: 1 addition & 1 deletion infra/deploy/altinn-register/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.1.0"
version = "4.14.0"
}
}

Expand Down
38 changes: 24 additions & 14 deletions infra/deploy/auth/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion infra/deploy/auth/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.1.0"
version = "4.14.0"
}
}

Expand Down
38 changes: 24 additions & 14 deletions infra/deploy/cert/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion infra/deploy/cert/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.3.0"
version = "4.14.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/apps/Altinn.Authorization.DeployApi/deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.1.0"
version = "4.14.0"
}
}

Expand Down

0 comments on commit cec2c97

Please sign in to comment.