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 dnbd3-primary DNS #225

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

mira-miracoli
Copy link
Contributor

@mira-miracoli mira-miracoli commented Jan 8, 2025

@usegalaxy-eu-bot
Copy link
Collaborator

  # aws_route53_record.dnbd3-primary-galaxyproject will be created
  + resource "aws_route53_record" "dnbd3-primary-galaxyproject" {
      + allow_overwrite = true
      + fqdn            = (known after apply)
      + id              = (known after apply)
      + name            = "dnbd3-primary.galaxyproject.eu"
      + records         = [
          + "10.5.68.239",
        ]
      + ttl             = 7200
      + type            = "A"
      + zone_id         = "Z386N8B8JBC6TQ"
    }

  # aws_route53_record.usegalaxy_eu_forwardmail_validation_txt will be updated in-place
  ~ resource "aws_route53_record" "usegalaxy_eu_forwardmail_validation_txt" {
        id              = "Z1C7L7XFF9613J__TXT"
      ~ ttl             = 10 -> 3600
        # (5 unchanged attributes hidden)
    }

Plan: 1 to add, 1 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" ```

@mira-miracoli mira-miracoli merged commit 80fa9a4 into usegalaxy-eu:main Jan 8, 2025
2 checks passed
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