Anton Tayanovskyy

Results 547 comments of Anton Tayanovskyy

We had a lively discussion and I'm going to post some notes here that helped me frame this problem and solution space. Suppose there are two logical resources A and...

Eron had some good arguments, and as a result he convinced me and I now think we should not pursue this change as written. 1. Do not remove the Delete...

I lifted this to https://github.com/pulumi/pulumi/issues/16004 for separate discussion.

AWS example: https://github.com/pulumi/pulumi-aws/issues/3885 - it can be not so trivial to completely eliminate.

``` goroutine 30 [running]: runtime/debug.Stack() /nix/store/brv7d6mlrclkzywf1vaf35wqhq4c0c82-go-1.21.5/share/go/src/runtime/debug/stack.go:24 +0x5e github.com/tombuildsstuff/giovanni/storage/2023-11-03/queue/queues.ParseQueueID({0xc001e80380, 0x3d}, {0x9a140ca, 0x10}) /Users/t0yv0/code/giovanni/storage/2023-11-03/queue/queues/resource_id.go:63 +0x91 github.com/hashicorp/terraform-provider-azurerm/internal/services/storage.resourceStorageQueueUpdate(0xc00053ff80, {0x8944700?, 0xc000101680}) /Users/t0yv0/code/pulumi-azure/upstream/internal/services/storage/storage_queue_resource.go:133 +0x186 github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).update(0xa3327e0?, {0xa3327e0?, 0xc001d54a80?}, 0xd?, {0x8944700?, 0xc000101680?}) /Users/t0yv0/go/pkg/mod/github.com/pulumi/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:805 +0x163 github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).Apply(0xc001fe8460, {0xa3327e0, 0xc001d54a80}, 0xc00184fad0,...

azure:lb:Rule (lbrule): error: 1 error occurred: * updating Load Balancing Rule (Subscription: "***" Resource Group Name: "resourcegroup5e470e8e" Load Balancer Name: "lb09029b0a" Load Balancing Rule Name: "lbrule648e818"): performing CreateOrUpdate: unexpected status...

https://github.com/pulumi/pulumi-azure/issues/1709

I was curious so I went further to try this out in TF and see if this reproduces. infra.tf: ```terraform resource "azurerm_resource_group" "example" { name = "example-resources" location = "East...

Thanks for reporting this! Terraform allows encoding that a resource property change would require replacing the resource, however this has not been done for the PagesProject as far as I...

https://github.com/pulumi/pulumi-cloudflare/issues/335 perhaps related