Hello guys, I'm trying pulumi GCP with GO, I'm try...
# general
a
Hello guys, I'm trying pulumi GCP with GO, I'm trying to set ForceDestroy to bucket but I wasn't able 😞
Copy code
go
bucket, err := storage.NewBucket(ctx, "my-bucket", &storage.BucketArgs{
			ForceDestroy: true,
		})
		if err != nil {
			return err
		}
Any idea?
ups sorry error was in my dockerfile , I wasn't updating the binary 🤯
Copy code
Labels: map[string]interface{}{
				"labeltest":    "OK",
				"created_with": "Puliumi"},
how can I pass the labels ?