forked from pierront/but3-iac
fin + terraform show
This commit is contained in:
@@ -16,7 +16,7 @@ output "service_account_email" {
|
||||
|
||||
output "service_account_key" {
|
||||
sensitive = true
|
||||
value = module.iam.service_account_key
|
||||
value = module.iam.service_account_key
|
||||
}
|
||||
|
||||
output "vpc" {
|
||||
@@ -24,5 +24,5 @@ output "vpc" {
|
||||
}
|
||||
|
||||
output "subnets" {
|
||||
value = module.network.subnets
|
||||
value = module.network.subnets
|
||||
}
|
||||
Reference in New Issue
Block a user