Add generic URL output to modules/artifiact-registry (#2448)

This commit is contained in:
Julio Castillo
2024-07-25 10:33:01 +02:00
committed by GitHub
parent e6ebfbce58
commit 52b56aa84a
3 changed files with 15 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ output "created_resources" {
vpc_id = module.vpc[0].id
},
!var.registry_create ? {} : {
registry = module.registry[0].docker_image_path
registry = module.registry[0].url
},
!local.cluster_create ? {} : {
cluster = module.cluster[0].id