Just what was needed: ```Network: vpcName.ApplyT(f...
# getting-started
b
Just what was needed:
Copy code
Network: vpcName.ApplyT(func(v interface{}) string {
				return v.(string)
			}).(pulumi.StringOutput),
Copy code
+Previewing update (mars-gke):
+ pulumi:pulumi:Stack: (create)
    [urn=urn:pulumi:mars-gke::gcp::pulumi:pulumi:Stack::gcp-mars-gke]
    > pulumi:pulumi:StackReference: (read)
        [urn=urn:pulumi:mars-gke::gcp::pulumi:pulumi:StackReference::mars-vpc]
        name: "mars-vpc"
    + gcp:container/cluster:Cluster: (create)
        [urn=urn:pulumi:mars-gke::gcp::gcp:container/cluster:Cluster::mars-gke]
        description          : "GKE created for mars-krate"
        enableKubernetesAlpha: false
        enableL4IlbSubsetting: false
        enableLegacyAbac     : false
        enableTpu            : false
        location             : "asia-southeast2"
        name                 : "mars-gke"
        network              : "mars-vpc"
Resources:
    + 2 to create
many thanks @bored-table-20691
👍 1
b
Glad it worked. I meant to thread the response 😀
🙈 1