correction

This commit is contained in:
2025-12-04 11:17:38 +01:00
parent 4ec43f3a89
commit 02a92498d8
2 changed files with 12 additions and 12 deletions

View File

@@ -13,3 +13,7 @@ output "vpc_id" {
output "service_account_email" {
value = module.iam.service_account_email
}
output "subnets_ids" {
value = module.network.subnets_ids
}