Luke Hoban
Luke Hoban
What property does the update say has changed, and from what to what? Can you share the preview --diff output?
Similar to https://github.com/pulumi/docs/issues/3218, and there is likely a large class of similar issues that will need to be fixed either in pulumi/pulumi-terraform-bridge or in the upstream provider docs.
You can see the versions of the upstream Terraform provider that map to each version of the Pulumi provider at https://github.com/pulumi/pulumi-azure/blob/master/CHANGELOG.md.
Agreed - I’ll repurpose this issue to track including the version of the provider being documented in the documentation (both Pulumi version and upstream Terraform Provider version for providers based...
This has not come again in nearly 2 years - and users can of course move to using S3 directly if they want - closing for now.
> I ran into this issue using APIGateway which uses the lambda function serialization `aws.lambda.CallbackFunction` can I use s3 in this instance? Good point - it is not currently possible...
One option we could consider would be to have `azuread` and `azure-nextgen` use configuration provided on `azure` unless it is overridden by configuration on the specific provider. This might get...
> My expectation would be that imported resources should behave like the one created by pulumi. Yes - this is true that imported resources would behave the same as ones...
Indeed! This is largely what is being tracking in #50, so I'll close this out as a dupe of that. I added the more explicit note there that the likely...
> Do I simply change to version: "12", run pulumi up? I don't personally know the DigitalOcean API well, but have you tried previewing doing this? The preview should tell...