Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(playground): use play-2 instance #585

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

MarcoIeni
Copy link
Member

@MarcoIeni MarcoIeni commented Sep 26, 2024

We are not ready to merge this yet. Check zulip.

ansible/envs/prod/group_vars/playground.yml Outdated Show resolved Hide resolved
ansible/envs/prod/hosts Outdated Show resolved Hide resolved
ansible/playbooks/monitoring.yml Outdated Show resolved Hide resolved
ansible/playbooks/monitoring.yml Outdated Show resolved Hide resolved
@MarcoIeni MarcoIeni force-pushed the feat-playground-use-play-2-instance branch from a61e46a to cdf4ea4 Compare September 30, 2024 12:19
@MarcoIeni MarcoIeni marked this pull request as ready for review September 30, 2024 12:19
@MarcoIeni MarcoIeni merged commit f4a2f57 into master Sep 30, 2024
3 checks passed
@MarcoIeni MarcoIeni deleted the feat-playground-use-play-2-instance branch September 30, 2024 12:28
@MarcoIeni
Copy link
Member Author

Applied:

  # aws_cloudfront_distribution.playground will be updated in-place
  ~ resource "aws_cloudfront_distribution" "playground" {
        id                             = "E239VV28ZTTMPB"
        tags                           = {}
        # (20 unchanged attributes hidden)

      - origin {
          - connection_attempts = 3 -> null
          - connection_timeout  = 10 -> null
          - domain_name         = "play-1.infra.rust-lang.org" -> null
          - origin_id           = "main" -> null

          - custom_origin_config {
              - http_port                = 80 -> null
              - https_port               = 443 -> null
              - origin_keepalive_timeout = 5 -> null
              - origin_protocol_policy   = "https-only" -> null
              - origin_read_timeout      = 30 -> null
              - origin_ssl_protocols     = [
                  - "TLSv1.2",
                ] -> null
            }
        }
      + origin {
          + connection_attempts = 3
          + connection_timeout  = 10
          + domain_name         = "play-2.infra.rust-lang.org"
          + origin_id           = "main"

          + custom_origin_config {
              + http_port                = 80
              + https_port               = 443
              + origin_keepalive_timeout = 5
              + origin_protocol_policy   = "https-only"
              + origin_read_timeout      = 30
              + origin_ssl_protocols     = [
                  + "TLSv1.2",
                ]
            }
        }

        # (3 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants