Skip to content

Add Route 53 zone and record for design.vy.no domain#1959

Draft
tomarnebra wants to merge 2 commits intomainfrom
design-subdomain
Draft

Add Route 53 zone and record for design.vy.no domain#1959
tomarnebra wants to merge 2 commits intomainfrom
design-subdomain

Conversation

@tomarnebra
Copy link
Copy Markdown
Contributor

Background

Closes #


Solution


General Checklist

  • I have updated documentation if necessary
  • I have verified the design aligns with the latest Figma sketches.
  • I have created a changeset if publishing is required

Accessibility checklist

For changes impacting the user interface or functionality, ensure the following:

  • It is possible to use the keyboard to reach your changes
  • It is possible to enlarge the text 400% without losing functionality
  • It works on both mobile and desktop
  • It works in both Chrome, Safari and Firefox
  • It works with VoiceOver
  • There are no errors in aXe / SiteImprove-plugins / Wave

Screenshots

Before After

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Oct 16, 2025

⚠️ No Changeset found

Latest commit: 35c720c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

Terraform Plan for Test 🔍

Show Plan
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:

  # module.app.aws_route53_record.design_vy_no will be created
  + resource "aws_route53_record" "design_vy_no" {
      + allow_overwrite = (known after apply)
      + fqdn            = (known after apply)
      + id              = (known after apply)
      + name            = "test.design.vy.no"
      + records         = [
          + "designmanual.test.vylabs.io",
        ]
      + ttl             = 300
      + type            = "CNAME"
      + zone_id         = (known after apply)
    }

  # module.app.aws_route53_zone.design_vy_no will be created
  + resource "aws_route53_zone" "design_vy_no" {
      + arn                 = (known after apply)
      + comment             = "Managed by Terraform"
      + force_destroy       = false
      + id                  = (known after apply)
      + name                = "design.vy.no"
      + name_servers        = (known after apply)
      + primary_name_server = (known after apply)
      + tags_all            = {
          + "application" = "digitalekanaler-designmanual"
          + "repo"        = "spor"
          + "terraform"   = "true"
        }
      + zone_id             = (known after apply)
    }

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

Warning: Redundant ignore_changes element

  on .terraform/modules/app.preview_url/main.tf line 111, in resource "aws_lambda_function" "lambda_function":
 111: resource "aws_lambda_function" "lambda_function" {

Adding an attribute name to ignore_changes tells Terraform to ignore future
changes to the argument in configuration after the object has been created,
retaining the value originally configured.

The attribute qualified_arn is decided by the provider alone and therefore
there can be no configured value to compare with. Including this attribute in
ignore_changes has no effect. Remove the attribute from ignore_changes to
quiet this warning.

(and 2 more similar warnings elsewhere)

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

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

For commit e6db58e
Plan generated at: 2025-10-16 11:20:07 UTC

@github-actions
Copy link
Copy Markdown
Contributor

Terraform Plan for Stage 🔍

Show Plan
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:

  # module.app.aws_route53_record.design_vy_no will be created
  + resource "aws_route53_record" "design_vy_no" {
      + allow_overwrite = (known after apply)
      + fqdn            = (known after apply)
      + id              = (known after apply)
      + name            = "stage.design.vy.no"
      + records         = [
          + "designmanual.stage.vylabs.io",
        ]
      + ttl             = 300
      + type            = "CNAME"
      + zone_id         = (known after apply)
    }

  # module.app.aws_route53_zone.design_vy_no will be created
  + resource "aws_route53_zone" "design_vy_no" {
      + arn                 = (known after apply)
      + comment             = "Managed by Terraform"
      + force_destroy       = false
      + id                  = (known after apply)
      + name                = "design.vy.no"
      + name_servers        = (known after apply)
      + primary_name_server = (known after apply)
      + tags_all            = {
          + "application" = "digitalekanaler-designmanual"
          + "repo"        = "spor"
          + "terraform"   = "true"
        }
      + zone_id             = (known after apply)
    }

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

Warning: Redundant ignore_changes element

  on .terraform/modules/app.preview_url/main.tf line 111, in resource "aws_lambda_function" "lambda_function":
 111: resource "aws_lambda_function" "lambda_function" {

Adding an attribute name to ignore_changes tells Terraform to ignore future
changes to the argument in configuration after the object has been created,
retaining the value originally configured.

The attribute qualified_arn is decided by the provider alone and therefore
there can be no configured value to compare with. Including this attribute in
ignore_changes has no effect. Remove the attribute from ignore_changes to
quiet this warning.

(and 2 more similar warnings elsewhere)

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

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

For commit e6db58e
Plan generated at: 2025-10-16 11:20:10 UTC

@github-actions
Copy link
Copy Markdown
Contributor

Terraform Plan for Production 🔍

Show Plan
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:

  # module.app.aws_route53_record.design_vy_no will be created
  + resource "aws_route53_record" "design_vy_no" {
      + allow_overwrite = (known after apply)
      + fqdn            = (known after apply)
      + id              = (known after apply)
      + name            = "design.vy.no"
      + records         = [
          + "designmanual.vylabs.io",
        ]
      + ttl             = 300
      + type            = "CNAME"
      + zone_id         = (known after apply)
    }

  # module.app.aws_route53_zone.design_vy_no will be created
  + resource "aws_route53_zone" "design_vy_no" {
      + arn                 = (known after apply)
      + comment             = "Managed by Terraform"
      + force_destroy       = false
      + id                  = (known after apply)
      + name                = "design.vy.no"
      + name_servers        = (known after apply)
      + primary_name_server = (known after apply)
      + tags_all            = {
          + "application" = "digitalekanaler-designmanual"
          + "repo"        = "spor"
          + "terraform"   = "true"
        }
      + zone_id             = (known after apply)
    }

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

Warning: Redundant ignore_changes element

  on .terraform/modules/app.preview_url/main.tf line 111, in resource "aws_lambda_function" "lambda_function":
 111: resource "aws_lambda_function" "lambda_function" {

Adding an attribute name to ignore_changes tells Terraform to ignore future
changes to the argument in configuration after the object has been created,
retaining the value originally configured.

The attribute qualified_arn is decided by the provider alone and therefore
there can be no configured value to compare with. Including this attribute in
ignore_changes has no effect. Remove the attribute from ignore_changes to
quiet this warning.

(and 2 more similar warnings elsewhere)

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

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

For commit e6db58e
Plan generated at: 2025-10-16 11:20:08 UTC

@tomarnebra
Copy link
Copy Markdown
Contributor Author

.deploy test

@github-actions
Copy link
Copy Markdown
Contributor

Deployment Triggered 🚀

tomarnebra, started a branch deployment to Test (branch: design-subdomain)

You can watch the progress here 🔗

Details
{
  "type": "branch",
  "environment": {
    "name": "Test",
    "url": null
  },
  "deployment": {
    "timestamp": "2025-10-16T11:23:21.830Z",
    "logs": "https://github.com/nsbno/spor/actions/runs/18559618287"
  },
  "git": {
    "branch": "design-subdomain",
    "commit": "e6db58eb756a853303e85a474482126e423eda53",
    "verified": true,
    "committer": "tomarnebra",
    "html_url": "https://github.com/nsbno/spor/commit/e6db58eb756a853303e85a474482126e423eda53"
  },
  "context": {
    "actor": "tomarnebra",
    "noop": false,
    "fork": false,
    "comment": {
      "created_at": "2025-10-16T11:23:04Z",
      "updated_at": "2025-10-16T11:23:04Z",
      "body": ".deploy test",
      "html_url": "https://github.com/nsbno/spor/pull/1959#issuecomment-3410400929"
    }
  },
  "parameters": {
    "raw": null,
    "parsed": null
  }
}

@github-actions github-actions bot temporarily deployed to Test October 16, 2025 11:23 Inactive
@github-actions
Copy link
Copy Markdown
Contributor

Deployment Results ✅

tomarnebra successfully deployed branch design-subdomain to Test

@github-actions
Copy link
Copy Markdown
Contributor

Terraform Plan for Stage 🔍

Show Plan
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:

  # module.app.aws_route53_record.design_vy_no will be created
  + resource "aws_route53_record" "design_vy_no" {
      + allow_overwrite = (known after apply)
      + fqdn            = (known after apply)
      + id              = (known after apply)
      + name            = "stage.design.vy.no"
      + records         = [
          + "designmanual.stage.vylabs.io",
        ]
      + ttl             = 300
      + type            = "CNAME"
      + zone_id         = (known after apply)
    }

  # module.app.aws_route53_zone.design_vy_no will be created
  + resource "aws_route53_zone" "design_vy_no" {
      + arn                 = (known after apply)
      + comment             = "Managed by Terraform"
      + force_destroy       = false
      + id                  = (known after apply)
      + name                = "stage.design.vy.no"
      + name_servers        = (known after apply)
      + primary_name_server = (known after apply)
      + tags_all            = {
          + "application" = "digitalekanaler-designmanual"
          + "repo"        = "spor"
          + "terraform"   = "true"
        }
      + zone_id             = (known after apply)
    }

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

Warning: Redundant ignore_changes element

  on .terraform/modules/app.preview_url/main.tf line 111, in resource "aws_lambda_function" "lambda_function":
 111: resource "aws_lambda_function" "lambda_function" {

Adding an attribute name to ignore_changes tells Terraform to ignore future
changes to the argument in configuration after the object has been created,
retaining the value originally configured.

The attribute qualified_arn is decided by the provider alone and therefore
there can be no configured value to compare with. Including this attribute in
ignore_changes has no effect. Remove the attribute from ignore_changes to
quiet this warning.

(and 2 more similar warnings elsewhere)

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

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

For commit 35c720c
Plan generated at: 2025-10-16 11:35:46 UTC

@github-actions
Copy link
Copy Markdown
Contributor

Terraform Plan for Test 🔍

Show Plan
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
-/+ destroy and then create replacement

Terraform will perform the following actions:

  # module.app.aws_route53_record.design_vy_no must be replaced
-/+ resource "aws_route53_record" "design_vy_no" {
      + allow_overwrite                  = (known after apply)
      ~ fqdn                             = "test.design.vy.no" -> (known after apply)
      ~ id                               = "Z073886326GV5R5CSR046_test.design.vy.no_CNAME" -> (known after apply)
      - multivalue_answer_routing_policy = false -> null
        name                             = "test.design.vy.no"
      ~ zone_id                          = "Z073886326GV5R5CSR046" -> (known after apply) # forces replacement
        # (5 unchanged attributes hidden)
    }

  # module.app.aws_route53_zone.design_vy_no must be replaced
-/+ resource "aws_route53_zone" "design_vy_no" {
      ~ arn                 = "arn:aws:route53:::hostedzone/Z073886326GV5R5CSR046" -> (known after apply)
      ~ id                  = "Z073886326GV5R5CSR046" -> (known after apply)
      ~ name                = "design.vy.no" -> "test.design.vy.no" # forces replacement
      ~ name_servers        = [
          - "ns-1116.awsdns-11.org",
          - "ns-1939.awsdns-50.co.uk",
          - "ns-464.awsdns-58.com",
          - "ns-912.awsdns-50.net",
        ] -> (known after apply)
      ~ primary_name_server = "ns-464.awsdns-58.com" -> (known after apply)
      - tags                = {} -> null
      ~ zone_id             = "Z073886326GV5R5CSR046" -> (known after apply)
        # (4 unchanged attributes hidden)
    }

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

Warning: Redundant ignore_changes element

  on .terraform/modules/app.preview_url/main.tf line 111, in resource "aws_lambda_function" "lambda_function":
 111: resource "aws_lambda_function" "lambda_function" {

Adding an attribute name to ignore_changes tells Terraform to ignore future
changes to the argument in configuration after the object has been created,
retaining the value originally configured.

The attribute qualified_arn is decided by the provider alone and therefore
there can be no configured value to compare with. Including this attribute in
ignore_changes has no effect. Remove the attribute from ignore_changes to
quiet this warning.

(and 2 more similar warnings elsewhere)

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

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

For commit 35c720c
Plan generated at: 2025-10-16 11:35:47 UTC

@github-actions
Copy link
Copy Markdown
Contributor

Terraform Plan for Production 🔍

Show Plan
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:

  # module.app.aws_route53_record.design_vy_no will be created
  + resource "aws_route53_record" "design_vy_no" {
      + allow_overwrite = (known after apply)
      + fqdn            = (known after apply)
      + id              = (known after apply)
      + name            = "design.vy.no"
      + records         = [
          + "designmanual.vylabs.io",
        ]
      + ttl             = 300
      + type            = "CNAME"
      + zone_id         = (known after apply)
    }

  # module.app.aws_route53_zone.design_vy_no will be created
  + resource "aws_route53_zone" "design_vy_no" {
      + arn                 = (known after apply)
      + comment             = "Managed by Terraform"
      + force_destroy       = false
      + id                  = (known after apply)
      + name                = "design.vy.no"
      + name_servers        = (known after apply)
      + primary_name_server = (known after apply)
      + tags_all            = {
          + "application" = "digitalekanaler-designmanual"
          + "repo"        = "spor"
          + "terraform"   = "true"
        }
      + zone_id             = (known after apply)
    }

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

Warning: Redundant ignore_changes element

  on .terraform/modules/app.preview_url/main.tf line 111, in resource "aws_lambda_function" "lambda_function":
 111: resource "aws_lambda_function" "lambda_function" {

Adding an attribute name to ignore_changes tells Terraform to ignore future
changes to the argument in configuration after the object has been created,
retaining the value originally configured.

The attribute qualified_arn is decided by the provider alone and therefore
there can be no configured value to compare with. Including this attribute in
ignore_changes has no effect. Remove the attribute from ignore_changes to
quiet this warning.

(and 2 more similar warnings elsewhere)

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

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

For commit 35c720c
Plan generated at: 2025-10-16 11:35:51 UTC

@tomarnebra
Copy link
Copy Markdown
Contributor Author

.deploy test

@github-actions
Copy link
Copy Markdown
Contributor

Deployment Triggered 🚀

tomarnebra, started a branch deployment to Test (branch: design-subdomain)

You can watch the progress here 🔗

Details
{
  "type": "branch",
  "environment": {
    "name": "Test",
    "url": null
  },
  "deployment": {
    "timestamp": "2025-10-16T11:39:40.413Z",
    "logs": "https://github.com/nsbno/spor/actions/runs/18560023119"
  },
  "git": {
    "branch": "design-subdomain",
    "commit": "35c720cb590870fa8e4301c1c01eb611bca94645",
    "verified": true,
    "committer": "tomarnebra",
    "html_url": "https://github.com/nsbno/spor/commit/35c720cb590870fa8e4301c1c01eb611bca94645"
  },
  "context": {
    "actor": "tomarnebra",
    "noop": false,
    "fork": false,
    "comment": {
      "created_at": "2025-10-16T11:39:24Z",
      "updated_at": "2025-10-16T11:39:24Z",
      "body": ".deploy test",
      "html_url": "https://github.com/nsbno/spor/pull/1959#issuecomment-3410458669"
    }
  },
  "parameters": {
    "raw": null,
    "parsed": null
  }
}

@github-actions github-actions bot had a problem deploying to Test October 16, 2025 11:39 Failure
@github-actions
Copy link
Copy Markdown
Contributor

Deployment Results ❌

tomarnebra had a failure when deploying design-subdomain to Test

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