Fix ipv6 output in net-vpc module, add support for extra volumes in cloud run v2 module (#2638)

* fix #2637

* fix #2635
This commit is contained in:
Ludovico Magnocavallo
2024-10-24 08:36:20 +02:00
committed by GitHub
parent 24d78de373
commit 601f137c9b
5 changed files with 49 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ output "id" {
output "internal_ipv6_range" {
description = "ULA range."
value = try(local.network.internal_ipv6_range, null)
value = try(google_compute_network.network[0].internal_ipv6_range, null)
}
output "name" {