helpful-processor-86468
04/23/2020, 8:47 AMbroad-dog-22463
04/23/2020, 10:00 AMhelpful-processor-86468
04/23/2020, 10:00 AMbroad-dog-22463
04/23/2020, 10:03 AMhelpful-processor-86468
04/23/2020, 10:11 AMmicroserviceLabels := make(pulumi.StringMap)
for key, value := range labels {
microserviceLabels[key] = pulumi.String(value)
}
serviceMetadata := &cloudrun.ServiceMetadataArgs{
Labels: microserviceLabels,
}
~ resourceVersion: "AAWj8UaUhpA" => "AAWj8l7zpEA"
I saw in the documentation that there is some mechanism for resources to be created only once. Is this something I have to do or am I doing something wrong?broad-dog-22463
04/23/2020, 10:14 AMhelpful-processor-86468
04/23/2020, 10:18 AMmetadata: {
~ labels: {
- <http://cloud.googleapis.com/location|cloud.googleapis.com/location>: "europe-west1"
}
}
this is a troublemaker that is causing a diffbroad-dog-22463
04/23/2020, 10:37 AMhelpful-processor-86468
04/23/2020, 10:37 AMbroad-dog-22463
04/23/2020, 10:38 AM