forked from pierront/but3-iac
Problème avec Compute : subnet
This commit is contained in:
16
tp-cloud/terraform/environments/dev/outputs.tf
Normal file
16
tp-cloud/terraform/environments/dev/outputs.tf
Normal file
@@ -0,0 +1,16 @@
|
||||
output "frontend_public_ip" {
|
||||
value = module.compute.frontend_public_ip
|
||||
}
|
||||
|
||||
output "internal_ips" {
|
||||
value = module.compute.internal_ips
|
||||
}
|
||||
|
||||
output "vpc_id" {
|
||||
value = module.network.vpc_id
|
||||
}
|
||||
|
||||
output "service_account_email" {
|
||||
value = module.iam.service_account_email
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user