forked from pierront/but3-iac
WIP: fix compute and network terraform plan
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
output "vpc_id" {
|
||||
description = "ID du réseau VPC"
|
||||
value = google_compute_instance.vpc.id
|
||||
value = google_compute_network.vpc.id
|
||||
}
|
||||
|
||||
output "subnet_ids" {
|
||||
|
||||
Reference in New Issue
Block a user