Skip to content

Commit

Permalink
feat(playground): use play-2 instance
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Sep 30, 2024
1 parent 74bbf47 commit cdf4ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/playground/cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "aws_cloudfront_distribution" "playground" {

origin {
origin_id = "main"
domain_name = "play-1.infra.rust-lang.org"
domain_name = "play-2.infra.rust-lang.org"

custom_origin_config {
http_port = 80
Expand Down

0 comments on commit cdf4ea4

Please sign in to comment.