Jacob Bednarz
Jacob Bednarz
Thank you for reporting this issue! For maintainers to dig into issues it is required that all issues include the entirety of `TF_LOG=DEBUG` output to be provided. The only parts...
thanks @Nmishin - added.
thanks, added.
> Another addition that needs `account_id` support - [cloudflare_worker_route](https://github.com/cloudflare/terraform-provider-cloudflare/blob/master/docs/resources/worker_route.md#cloudflare_worker_route) thanks, updated
the terraform provider uses [cloudflare-go](https://github.com/cloudflare/cloudflare-go) under the hood for the API calls; it doesn't implement anything itself. so before we can do anything here, that library needs it.
the `Read` panic looks like it would have been addressed by #1599. can you pull the latest master branch locally, build a version of the provider and confirm? re: the...
> It does not appear to flip-flop so it must be different ordering. The ordering does not matter and the provider should not be trying to enforce it. what makes...
thanks @yonran; can you please add acceptance test coverage for this new feature?
> No tests yet since [cloudflare-go](https://github.com/cloudflare/cloudflare-go) does not yet support creating r2 buckets. you were about 3 hours too quick 😉 cloudflare/cloudflare-go#1028 added support for R2 bucket creation and deletion.
v0.47.1 was released to address that specific issue.