variable "HETZNER_S3_ACCESS_KEY_K3S" { type = string sensitive = true } variable "HETZNER_S3_SECRET_KEY_K3S" { type = string sensitive = true } variable "B2_S3_ACCESS_KEY" { type = string sensitive = true } variable "B2_S3_SECRET_KEY" { type = string sensitive = true } variable "cdn_block_ips" { description = "IP addresses to block at the BunnyCDN pullzones (cran.devxy.io, cran.rpkgs.com)." type = list(string) default = [ "185.172.53.0", ] }