Pat Gavlin
Pat Gavlin
This is essentially pulumi/pulumi#918.
@stack72 can you check the TF behavior here?
I expect that this is due to a bug in the upstream Terraform provider. @stack72 can you take a peek?
Thanks for the report! @lukehoban this appears to be a limitation of the underlying Terraform provider: https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/resource_aws_sns_topic_subscription.go#L43-L55
@stack72 would custom timeouts be an option here, or is this something that needs to be addressed in the underlying provider?
> Verified that this is still an issue and also does not seem to occur with an equivalent TF template Can you paste the TF config here for posterity?
@mikhailshilkov @clstokes ping on this.
In general I prefer leaving the documentation close to the commands as well, as it helps the readability of the source itself and helps ensure that the help text is...
We've decided that this is too risky a change to take at this point in Q3. We will fix this ASAP post-1.0.
If I understand correctly, this means that you cannot have a project named "aws" that uses the AWS provider. Is that right?