Skip to content

Commit

Permalink
Fixed optional cai-monitoring artifact registry name output.
Browse files Browse the repository at this point in the history
  • Loading branch information
lpezet committed Jul 31, 2024
1 parent 4fc04cc commit fad31c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-org/envs/shared/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ output "shared_vpc_projects" {
}

output "cai_monitoring_artifact_registry" {
value = module.cai_monitoring[0].artifact_registry_name
value = try(module.cai_monitoring[0].artifact_registry_name, null)
description = "CAI Monitoring Cloud Function Artifact Registry name."
}

Expand Down

0 comments on commit fad31c3

Please sign in to comment.