outputs.tf
1 output "r2_cache_bucket" { 2 value = cloudflare_r2_bucket.cache.name 3 } 4 5 output "account_id" { 6 value = local.account_id 7 sensitive = true 8 }
1 output "r2_cache_bucket" { 2 value = cloudflare_r2_bucket.cache.name 3 } 4 5 output "account_id" { 6 value = local.account_id 7 sensitive = true 8 }