From 59305df518e0b793e2b6852dea6af222a39f6532 Mon Sep 17 00:00:00 2001 From: Jan David Date: Thu, 16 Jan 2025 17:07:43 +0100 Subject: [PATCH] Remove Rust Foundation website The Rust Foundation website has been moved from GitHub Pages to Wordpress hosting. Both `rustfoundation.org` and `foundation.rust-lang.org` have been manually updated to point to the new host, making the redirect obsolete. --- terraform/domain-redirects/redirects.tf | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/terraform/domain-redirects/redirects.tf b/terraform/domain-redirects/redirects.tf index 80b478c37..8fe18a817 100644 --- a/terraform/domain-redirects/redirects.tf +++ b/terraform/domain-redirects/redirects.tf @@ -75,21 +75,6 @@ module "arewewebyet_org" { permanent = true } -module "rustfoundation_org" { - source = "./impl" - providers = { - aws = aws - aws.east1 = aws.east1 - } - - to_host = "foundation.rust-lang.org" - from = [ - "rustfoundation.org", - "www.rustfoundation.org", - ] - permanent = false -} - // https://github.com/rust-lang/docs.rs/issues/1210 module "docs_rs_metadata" { source = "./impl"