Mikhail Shilkov

Results 433 comments of Mikhail Shilkov

Yes... There is a PR open for several weeks but I'm not sure why it's not merged.

@viveklak Does Helm Release support this yet?

Brilliant! @griffithq would that be an option for you?

@eli88fine I'm trying to run this program - how do I provide this image arn? I'm not super familiar with appstream... Thank you! ``` image_arn=REDACTED ``

Okay I was able to mostly repro this with the following program: ``` from pulumi import ResourceOptions from pulumi_aws import appstream fleet = appstream.Fleet( "auto-eng", compute_capacity=appstream.FleetComputeCapacityArgs( desired_instances=1, ), idle_disconnect_timeout_in_seconds=60, image_name="Amazon-AppStream2-Sample-Image-02-04-2019",...

I think this depends on your current authentication mechanism that you use with Pulumi. I'm logged in as a user with `az login` and the following snippet worked for me...

Which error are you getting? Isn't it the same as https://github.com/terraform-providers/terraform-provider-azurerm/issues/10151 ?

`RolePolicyAttachment` could control for this duplication - a lot of resource types wouldn't allow the second resource to be created. I moved the issue to `pulumi-aws` because of this. Feel...

This is likely some upstream issue... What is the exact error message that you receive?

Hi @unludo thank you for reporting this. The AWS provider is based on the Terraform provider, including the docs examples. I believe the source example [here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_cluster#enabling-control-plane-logging) will have the same...