Code Monkey home page Code Monkey logo

Comments (8)

github-actions avatar github-actions commented on May 25, 2024

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

from terraform-provider-cloudflare.

github-actions avatar github-actions commented on May 25, 2024

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 that should be redacted are your user credentials in the X-Auth-Key, X-Auth-Email and Authorization HTTP headers. Details such as zone or account identifiers are not considered sensitive but can be redacted if you are very cautious. This log file provides additional context from Terraform, the provider and the Cloudflare API that helps in debugging issues. Without it, maintainers are very limited in what they can do and may hamper diagnosis efforts.

This issue has been marked with triage/needs-information and is unlikely to receive maintainer attention until the log file is provided making this a complete bug report.

from terraform-provider-cloudflare.

github-actions avatar github-actions commented on May 25, 2024

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 that should be redacted are your user credentials in the X-Auth-Key, X-Auth-Email and Authorization HTTP headers. Details such as zone or account identifiers are not considered sensitive but can be redacted if you are very cautious. This log file provides additional context from Terraform, the provider and the Cloudflare API that helps in debugging issues. Without it, maintainers are very limited in what they can do and may hamper diagnosis efforts.

This issue has been marked with triage/needs-information and is unlikely to receive maintainer attention until the log file is provided making this a complete bug report.

from terraform-provider-cloudflare.

jlec avatar jlec commented on May 25, 2024
➜  git bisect bad
7da426896e5527f862ba147146966f586a10fb0e is the first bad commit
commit 7da426896e5527f862ba147146966f586a10fb0e
Author: Cyb3r-Jak3 <[email protected]>
Date:   Sun Dec 10 17:12:46 2023 -0500

    Migrate email routing rule

 .changelog/2998.txt                                |   6 +
 docs/resources/email_routing_rule.md               |  32 +--
 .../cloudflare_email_routing_rule/import.sh        |   1 +
 internal/framework/provider/provider.go            |   2 +
 .../framework/service/email_routing_rule/model.go  |  25 +++
 .../service/email_routing_rule/resource.go         | 215 +++++++++++++++++++++
 .../service/email_routing_rule/resource_test.go}   | 129 ++++++++-----
 .../framework/service/email_routing_rule/schema.go | 119 ++++++++++++
 internal/sdkv2provider/provider.go                 |   1 -
 .../resource_cloudflare_email_routing_catch_all.go |  34 ++++
 .../resource_cloudflare_email_routing_rule.go      | 129 -------------
 .../schema_cloudflare_email_routing_rules.go       |  91 ---------
 12 files changed, 504 insertions(+), 280 deletions(-)
 create mode 100644 .changelog/2998.txt
 create mode 100644 examples/resources/cloudflare_email_routing_rule/import.sh
 create mode 100644 internal/framework/service/email_routing_rule/model.go
 create mode 100644 internal/framework/service/email_routing_rule/resource.go
 rename internal/{sdkv2provider/resource_cloudflare_email_routing_rule_test.go => framework/service/email_routing_rule/resource_test.go} (65%)
 create mode 100644 internal/framework/service/email_routing_rule/schema.go
 delete mode 100644 internal/sdkv2provider/resource_cloudflare_email_routing_rule.go
 delete mode 100644 internal/sdkv2provider/schema_cloudflare_email_routing_rules.go

from terraform-provider-cloudflare.

jlec avatar jlec commented on May 25, 2024

@Cyb3r-Jak3 ^^

from terraform-provider-cloudflare.

jlec avatar jlec commented on May 25, 2024

Are we missing cloudflare_email_routing_rule from the sdkv2 migration? I can see all the other cloudflare_email_routing_* resources in internal/sdkv2/provider.go

from terraform-provider-cloudflare.

jlec avatar jlec commented on May 25, 2024

regardsless we should handle a 404 explicitely

from terraform-provider-cloudflare.

github-actions avatar github-actions commented on May 25, 2024

This functionality has been released in v4.24.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!

from terraform-provider-cloudflare.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.