Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #490 from Azure/int-5.7.0
Browse files Browse the repository at this point in the history
Update for module 5.7.3
  • Loading branch information
arnaudlh authored Aug 17, 2023
2 parents 71c71e4 + 3778ea5 commit 37ccc59
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion caf_launchpad/dynamic_secrets.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

module "dynamic_keyvault_secrets" {
source = "aztfmod/caf/azurerm//modules/security/dynamic_keyvault_secrets"
version = "5.7.2"
version = "5.7.3"

for_each = try(var.dynamic_keyvault_secrets, {})

Expand Down
2 changes: 1 addition & 1 deletion caf_launchpad/landingzone.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "launchpad" {
source = "aztfmod/caf/azurerm"
version = "5.7.2"
version = "5.7.3"
# source = "git::https://github.com/aztfmod/terraform-azurerm-caf.git?ref=main"

providers = {
Expand Down
2 changes: 1 addition & 1 deletion caf_launchpad/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
// azuread version driven by the caf module
random = {
source = "hashicorp/random"
version = "~> 3.3.0"
version = "~> 3.5.0"
}
external = {
source = "hashicorp/external"
Expand Down
2 changes: 1 addition & 1 deletion caf_solution/dynamic_secrets.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "dynamic_keyvault_secrets" {
source = "aztfmod/caf/azurerm//modules/security/dynamic_keyvault_secrets"
version = "5.7.2"
version = "5.7.3"

for_each = {
for keyvault_key, secrets in try(var.dynamic_keyvault_secrets, {}) : keyvault_key => {
Expand Down
4 changes: 2 additions & 2 deletions caf_solution/landingzone.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "solution" {
source = "aztfmod/caf/azurerm"
version = "5.7.2"
version = "5.7.3"
# source = "git::https://github.com/aztfmod/terraform-azurerm-caf.git?ref=main"

providers = {
Expand Down Expand Up @@ -38,7 +38,7 @@ module "solution" {
log_analytics = var.log_analytics
logged_aad_app_objectId = var.logged_aad_app_objectId
logged_user_objectId = var.logged_user_objectId
logic_app = var.logic_app
logic_app = local.logic_app
managed_identities = var.managed_identities
messaging = local.messaging
networking = local.networking
Expand Down
2 changes: 1 addition & 1 deletion caf_solution/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
// azuread version driven by the caf module
random = {
source = "hashicorp/random"
version = "~> 3.3.0"
version = "~> 3.5.0"
}
external = {
source = "hashicorp/external"
Expand Down

0 comments on commit 37ccc59

Please sign in to comment.