我在 GCP 中配置了共享 VPC,我想知道如何在我的 terrafrom 中使用它。
在使用共享 VPC 之前,我的 terraform network_interface 部分如下:
network_interface {
network = "default"
address = "10.128.0.5"
access_config {
//nat_ip = "xxx.xxx.xxx.xx"
}
}
我想知道是否有人可以指导我。
非常感谢。
谢谢!
-劳伦特