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:
committed by
GitHub
parent
24d78de373
commit
601f137c9b
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user