Daniel Bradley
Daniel Bradley
Repro: ```go monitor, err := rum.NewAppMonitor(ctx, "mon", &rum.AppMonitorArgs{ Domain: pulumi.String("*.example.com"), }) if err != nil { return err } ctx.Export("monid", monitor.ID()) ctx.Export("monname", monitor.Name) ``` Outputs: ```bash Outputs: + monid :...
Unfortunately this reporting is via an internal channel which isn't linkable. Could I also ask what your usecase is for needing this property? Are you needing this value for use...
Great! It looks like the issue's been resolved upstream then. Will close this as fixed.
Ah my misunderstanding. I thought you were showing a screenshot of the id being returned correctly now. Will re-open.
> Hi, is there any update on this? No, there's not yet been a fix published upstream.
From a quick review of the provider this would appear to be behaviour that's implemented within AWS's CloudControl API. Passing upstream.
Thanks for filling this issue @mdaniel I agree this would be a good additional option to support. We are also using the aws-sdk-go-v2 library so this should only require a...
I've just reproduced this locally with debugger attached and see the following: 1. `DeleteResource` is called with: 1. `TypeName`: `AWS::SES::Template` 2. `Identifier`: `SomeName` 3. `ClientToken` set to relevant value 4....
This issue is not limited to replacements - all delete operations fail with NotFound. Interestingly, in the console there is also no way to delete an SES template, so this...
Interesting, ok this just looks like an issue in CloudControl then