Cory Hall

Results 281 comments of Cory Hall

Created upstream issue https://github.com/hashicorp/terraform-provider-aws/issues/44776 > Do you think this is a reasonable interim workaround? Any concerns or improvements you'd suggest for this approach? That looks like a good workaround to...

@ajeffrey the [documentation for CreatePlatformApplication](https://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformApplication.html) mentions that there could be issues with the JSON formatting. Could you try running it through the mentioned `jq` command and see if that works?...

related https://github.com/pulumi/pulumi-aws/pull/5766 https://github.com/pulumi/pulumi-terraform-bridge/issues/3003

@SeanWei-lab it looks like this is the same issue as https://github.com/pulumi/pulumi-aws/issues/5677. Did you run with `--refresh --run-program`?

@ollaw it looks like this is a bug in the upstream Terraform provider, and is tracked by https://github.com/hashicorp/terraform-provider-aws/issues/22774

@blackholegalaxy can you confirm a couple of points for me: 1. Does the creation of `SpacesKey` succeed when you provide the keys in the config? 2. What are the names...

@blackholegalaxy I just tried to reproduce the issue on the latest version, but I can create both of them successfully while using the following env vars - DIGITALOCEAN_TOKEN - SPACES_ACCESS_KEY_ID...

@sureshgarre it looks like this might be intentionally not supported. I found a couple of links in the upstream repository that mention MSI specifically not being supported: https://github.com/hashicorp/terraform-provider-azurerm/issues/25726 https://github.com/hashicorp/terraform-provider-azurerm/issues/18587#issuecomment-1438212809

@codethief thanks for reporting the issue and doing the additional research! It does look like an upstream issue which means the fix would have to be there. Once the upstream...