-
Notifications
You must be signed in to change notification settings - Fork 630
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
Cloudflare worker secret resource #3035
Cloudflare worker secret resource #3035
Conversation
Tests fail with: === RUN TestAccCloudflareWorkerSecret_Import import_cloudflare_worker_secret_test.go:17: Step 2/2 error running import: ImportStateVerify attributes not equivalent. Difference is shown below. The - symbol indicates attributes missing after import. map[string]string{ - "secret_text": "pfeasocioh",
This reverts commit da3d000.
Co-authored-by: Jacob Bednarz <[email protected]>
This is currently failing because the secret_text is not set, but this is not returned from the API so I'm not sure how to resolve this
… cloudflare_worker_secret
…ecret # Conflicts: # internal/sdkv2provider/provider.go
changelog detected ✅ |
acceptance tests all passing
|
thanks for this @lboynton! fyi, the previous PR was closed because there weren't any updates in 14 days and was still marked as in progress (a comment on there would have kept it open). |
Awesome, thanks @jacobbednarz! 🚀 |
This functionality has been released in v4.22.0 of the Terraform Cloudflare Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Reopening again after #2628 was marked as stale.