Add generic URL output to modules/artifiact-registry (#2448)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user