@cryptotaxi247 / infra / commits / 8929ca0c

terraform: remove the cache-staging TLS subscription

Fixes #302

zimbatm committed Nov 6, 2023 at 18:47 UTC 8929ca0cc6db1edd57f22dbfc97de19c7217bd9d
1 file changed -7
terraform/cache.tf
-7
@@ -273,10 +273,3 @@ resource "fastly_tls_subscription" "cache" {
273 configuration_id = local.fastly_tls12_sni_configuration_id
274 certificate_authority = "globalsign"
275 }
276 -
277 -# TODO: destroy and remove
278 -resource "fastly_tls_subscription" "cache-staging" {
279 - domains = ["cache-staging.nixos.org"]
280 - configuration_id = local.fastly_tls12_sni_configuration_id
281 - certificate_authority = "globalsign"
282 -}