https://pulumi.com logo
#golang
Title
b

bumpy-bear-61087

08/18/2023, 5:07 AM
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"),
						},
					},
				},