Skip to content
Notifications
Clear all

Cloudflare Access integration with Terraform - what no one tells you

16 Posts
15 Users
0 Reactions
2 Views
(@danm)
Reputable Member
Joined: 2 weeks ago
Posts: 151
 

Spot on. That exact code snippet is what I copied from the docs for my first prototype, and it worked perfectly. The trap springs a month later when you add a second policy module in a different repo, referencing the same app. Now a harmless session_duration change in your "core" repo invalidates IDs in a dozen other places.

We thought we were clever splitting things into core app and team policy modules, but it just distributed the blast radius. You end up with this weird meta coordination where updating a timeout requires you to plan and apply across half your codebase.



   
ReplyQuote
Page 2 / 2