Infrastructure as Code
Moving from Cloudflare Pages to Workers
May 31, 2026
ComputingI moved my Hugo site from Cloudflare Pages to Cloudflare Workers. The migration was mostly straightforward, but a few small details were worth writing down.
Configure Terraform Cloud to Assume an AWS IAM Role via OIDC
June 11, 2025
ComputingHere is how to configure Terraform Cloud to assume an AWS IAM role via OIDC (OpenID Connect) using only environment variables—no static AWS keys are required.