Skip to content
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

Missing emails fields on Block page settings #2132

Closed
fxlequere opened this issue Jan 11, 2023 · 1 comment
Closed

Missing emails fields on Block page settings #2132

fxlequere opened this issue Jan 11, 2023 · 1 comment
Labels
kind/enhancement Categorizes issue or PR as related to improving an existing feature. service/access Categorizes issue or PR as related to the Access service. workflow/pending-public-documentation Indicates an issue or PR requires changes to public documentation confirming suitability for use. workflow/pending-upstream-library Indicates an issue or PR requires changes from an upstream library.

Comments

@fxlequere
Copy link

fxlequere commented Jan 11, 2023

Current Terraform and Cloudflare provider version

Terraform v1.3.1

Description

Following the extract the block page configuration from our Cloudflare tenant, we see that the two following fields are not available on the Terraform Provider . (mailto_address & mailto_subject)
Could you please implement this both fields ?
Thanks

Use cases

We are not able to set the mailto_address and mailto_subject via terraform.

Potential Terraform configuration

  block_page {
    name             = "block page"
    enabled          = true
    footer_text      = "This website is blocked"
    header_text      = "Potential threat"
    logo_path        = "logo_path.com"
    **mailto_address   = "y@toto.com"
    mailto_subject    = "Website blocked"**
    background_color = "######"
  }
...

References

https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/teams_account#block_page

@fxlequere fxlequere added kind/enhancement Categorizes issue or PR as related to improving an existing feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jan 11, 2023
@fxlequere fxlequere changed the title Missing emails fields on Block page settins Missing emails fields on Block page settings Jan 11, 2023
@jacobbednarz jacobbednarz added service/access Categorizes issue or PR as related to the Access service. workflow/pending-upstream-library Indicates an issue or PR requires changes from an upstream library. workflow/pending-public-documentation Indicates an issue or PR requires changes to public documentation confirming suitability for use. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jan 11, 2023
@jacobbednarz
Copy link
Member

closed by #2146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Categorizes issue or PR as related to improving an existing feature. service/access Categorizes issue or PR as related to the Access service. workflow/pending-public-documentation Indicates an issue or PR requires changes to public documentation confirming suitability for use. workflow/pending-upstream-library Indicates an issue or PR requires changes from an upstream library.
Projects
None yet
Development

No branches or pull requests

2 participants