Skip to content

Commit

Permalink
terraform: remove the cache-staging TLS subscription
Browse files Browse the repository at this point in the history
Fixes #302
  • Loading branch information
zimbatm committed Nov 6, 2023
1 parent b3385ad commit 8929ca0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions terraform/cache.tf
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,3 @@ resource "fastly_tls_subscription" "cache" {
configuration_id = local.fastly_tls12_sni_configuration_id
certificate_authority = "globalsign"
}

# TODO: destroy and remove
resource "fastly_tls_subscription" "cache-staging" {
domains = ["cache-staging.nixos.org"]
configuration_id = local.fastly_tls12_sni_configuration_id
certificate_authority = "globalsign"
}

0 comments on commit 8929ca0

Please sign in to comment.