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

Add sn07.usegalaxy.eu A DNS record #192

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

sanjaysrikakulam
Copy link
Member

Adding this record would also enable us to check whether the toolbox would load properly.

@usegalaxy-eu-bot
Copy link
Collaborator


Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # aws_route53_record.sn07-usegalaxy will be created
  + resource "aws_route53_record" "sn07-usegalaxy" {
      + allow_overwrite = true
      + fqdn            = (known after apply)
      + id              = (known after apply)
      + name            = "sn07.usegalaxy.eu"
      + records         = [
          + "132.230.223.238",
        ]
      + ttl             = 7200
      + type            = "A"
      + zone_id         = "Z1C7L7XFF9613J"
    }

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

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tf.plan

To perform exactly these actions, run the following command to apply:
    terraform apply "tf.plan" ```

@sanjaysrikakulam sanjaysrikakulam merged commit dd25123 into main Feb 22, 2024
3 checks passed
@mira-miracoli
Copy link
Contributor

would be also cool to try a traefik-test.usegalaxy.eu that points to traefik and check if theming works (more a note to myself)

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.

3 participants