Hi, in regards to <https://github.com/pulumi/pulum...
# golang
b
Hi, in regards to https://github.com/pulumi/pulumi-gcp/issues/1138 I'm writing my first pulumi stack, but my Go stack doesn't recognize
compute.RouterNatSubnetworkArray
in the GCP provider.
Copy code
Subnetworks: compute.RouterNatSubnetworkArray{
					&compute.RouterNatSubnetworkArgs{
						Name: subnet.ID(),
						SourceIpRangesToNats: pulumi.StringArray{
							pulumi.String("ALL_IP_RANGES"),
						},
					},
				},