IAM
This commit is contained in:
11
terraform/modules/network/outputs.tf
Normal file
11
terraform/modules/network/outputs.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
output "vpc"{
|
||||
value = google_compute_network.vpc.id
|
||||
}
|
||||
|
||||
output "subnet" {
|
||||
value = {
|
||||
frontend = google_compute_subnetwork.subnet1.id,
|
||||
backend = google_compute_subnetwork.subnet2.id,
|
||||
database = google_compute_subnetwork.subnet3.id
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user