``` error: cloudflare:index/zoneSettingsOverride:Z...
# general
c
Copy code
error: cloudflare:index/zoneSettingsOverride:ZoneSettingsOverride resource '<zone>-zonesettings' has a problem: settings.0: invalid or unknown key: tls13
error: cloudflare:index/zoneSettingsOverride:ZoneSettingsOverride resource '<zone>-zonesettings' has a problem: settings.0: invalid or unknown key: tls12_only
Running into an issue with a CF ZoneSettingsOverride. Has anyone seen this before?
It's odd because the ZoneSettingsOverrideArgs ask for
tls12Only
, and it says no such key for
tls12_only
. Trying to determine where the key translation happens between Pulumi and TF providers but this might just be a rabbit hole idk. I'd post a github issue but I want to at least know sort of what's going on before doing that.
👍 1