Skip to content

Commit

Permalink
Merge pull request #631 from rust-lang/chore-delete-unused-dev-desktop
Browse files Browse the repository at this point in the history
chore: delete unused dev desktop
  • Loading branch information
MarcoIeni authored Nov 13, 2024
2 parents f881aca + e34c2bc commit 1479b01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 143 deletions.
4 changes: 4 additions & 0 deletions terraform/dev-desktops/dns.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
data "aws_route53_zone" "rust_lang_org" {
name = "rust-lang.org"
}

resource "aws_route53_record" "dev_desktop_eu_2" {
zone_id = data.aws_route53_zone.rust_lang_org.id
name = "dev-desktop-eu-2.infra.rust-lang.org"
Expand Down
143 changes: 0 additions & 143 deletions terraform/dev-desktops/instance.tf

This file was deleted.

0 comments on commit 1479b01

Please sign in to comment.