-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Workers KV Namespaces #443
Implement Workers KV Namespaces #443
Conversation
…vider-cloudflare into feature/kv-namespace
Co-Authored-By: Jacob Bednarz <jacob.bednarz@gmail.com>
…aform-provider-cloudflare into feature/kv-namespace
can this be merged? :) |
Would this also close https://github.com/terraform-providers/terraform-provider-cloudflare/issues/277 ? |
It will not, this one only adds the |
@jacobbednarz do you think this can be merged? we have another MR to create for the KV namespace binding in |
Looking good. Thanks! |
Implemented Workers KV Namespace
Tested with Terraform v0.12.6
This is my first contribution to an OSS Go project so I apologise for any non-idiomatic code, more than happy to fix any suggestions.