Fix project outputs.tf

This commit is contained in:
Julio Castillo 2020-08-26 12:15:44 +02:00 committed by GitHub
parent abdcfc0e98
commit 1c0dd4dd13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ output "project_id" {
google_project_organization_policy.boolean,
google_project_organization_policy.list,
google_project_service.project_services,
google_compute_shared_vpc_service_project
google_compute_shared_vpc_service_project.service_projects
]
}
@ -32,7 +32,7 @@ output "name" {
google_project_organization_policy.boolean,
google_project_organization_policy.list,
google_project_service.project_services,
google_compute_shared_vpc_service_project
google_compute_shared_vpc_service_project.service_projects
]
}
@ -43,7 +43,7 @@ output "number" {
google_project_organization_policy.boolean,
google_project_organization_policy.list,
google_project_service.project_services,
google_compute_shared_vpc_service_project
google_compute_shared_vpc_service_project.service_projects
]
}