Rex Scaria

Results 14 comments of Rex Scaria

Unfortunately, we do not have an import for cloudflare_zero_trust_gateway_logging, because it does not have the regular create destroy resource cycle. but you can define logging settings for your gateway accounts...

We have recently fixed the issue of identity, rule_settings and device_posture being confused between null and empty string. This will be available at soon releasing 5.4.0 For the rule settings...

we have been squashing these bugs one by one. And finally cleared this minefield. We needed the schema to be `computed: false`, in order to accommodate the unset settings being...

@Kiblyn11 Can you share the snippet of setting that is getting caught in the loop, at v5.5.0? i can not reproduce this anymore at v5.5.0

I believe that `biso_admin_controls = null` should solve that. I couldn't reproduce it. But i think it is the bare minimum settings we return in the api. So terraform is...

So here is how it is setup. the rule settings always should have following values set to something. This is because these fields are always returned in API response even...

Can you give me more details? Maybe a redacted log? Which exact setting is giving you trouble? Also additionally you could remove these fields from the TF policy declarations, if...

Glad that it worked. This a small quick we faced with generating terraform definitions from API docs. Because of this, these are the minimum set of settings that need to...

Yeah the last one is a little strange. **resolve_dns_through_cloudflare** and **dns_resolvers** are mutually exclusive. So removing resolve_dns_through_cloudflare should fix that. We might have to fix these small errors by always...

Hello, we have recently made changes to some gateway resources, and API payloads in order to fix these terraform issues. Which means waiting for the next version 5.8 will be...