You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enter "off_enterprise" as a value for security_level, which is available for enterprise accounts, this should be accepted as a valid value.
Actual Behavior
Terraform failed with the following output:
Error: cloudflare_zone_settings_override.flexible_ssl: expected settings.0.security_level to be one of [essentially_off low medium high under_attack], got off_enterprise
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
Important Factoids
The account in question is an Enterprise account.
The text was updated successfully, but these errors were encountered:
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
cloudflare_zone_settings_override
Terraform Configuration Files
Expected Behavior
When I enter "off_enterprise" as a value for security_level, which is available for enterprise accounts, this should be accepted as a valid value.
Actual Behavior
Terraform failed with the following output:
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
Important Factoids
The account in question is an Enterprise account.
The text was updated successfully, but these errors were encountered: