[infra] Add Cloudflare provider to all stack lock files and generated providers

Terragrunt now generates cloudflare_provider.tf (Vault-sourced API key)
and includes cloudflare in required_providers. These are the generated
files from running `terragrunt init -upgrade` across all stacks.

[ci skip]

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-04-16 16:31:36 +00:00
parent 541bee7176
commit 216d4240c9
156 changed files with 1601 additions and 45 deletions

View file

@ -1,6 +1,6 @@
# Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
terraform {
backend "local" {
path = "/Users/viktorbarzin/code/infra/state/stacks/webhook_handler/terraform.tfstate"
path = "/home/wizard/code/infra/state/stacks/webhook_handler/terraform.tfstate"
}
}