forked from pierront/but3-iac
correction
This commit is contained in:
@@ -1,37 +1,15 @@
|
|||||||
output "internal_ips" {
|
|
||||||
value = module.compute.internal_ips
|
|
||||||
}
|
|
||||||
|
|
||||||
output "frontend_public_ip" {
|
output "frontend_public_ip" {
|
||||||
value = module.compute.frontend_public_ip
|
value = module.compute.frontend_public_ip
|
||||||
}
|
}
|
||||||
|
|
||||||
output "instance_names" {
|
output "internal_ips" {
|
||||||
value = module.compute.instance_names
|
value = module.compute.internal_ips
|
||||||
}
|
|
||||||
|
|
||||||
output "service_account_email" {
|
|
||||||
value = module.iam.service_account_email
|
|
||||||
}
|
|
||||||
|
|
||||||
output "service_account_key" {
|
|
||||||
sensitive = true
|
|
||||||
value = module.iam.service_account_key
|
|
||||||
}
|
}
|
||||||
|
|
||||||
output "vpc_id" {
|
output "vpc_id" {
|
||||||
value = module.network.vpc_id
|
value = module.network.vpc_id
|
||||||
}
|
}
|
||||||
|
|
||||||
output "frontend_subnet_id" {
|
output "service_account_email" {
|
||||||
value = google_compute_subnetwork.frontend.id
|
value = module.iam.service_account_email
|
||||||
}
|
}
|
||||||
|
|
||||||
output "backend_subnet_id" {
|
|
||||||
value = google_compute_subnetwork.backend.id
|
|
||||||
}
|
|
||||||
|
|
||||||
output "database_subnet_id" {
|
|
||||||
value = google_compute_subnetwork.database.id
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user