Skip to content

prerelease#2085

Open
hunshamar wants to merge 5 commits intomainfrom
prerelase
Open

prerelease#2085
hunshamar wants to merge 5 commits intomainfrom
prerelase

Conversation

@hunshamar
Copy link
Copy Markdown
Collaborator

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

@hunshamar hunshamar requested review from a team and johnolos as code owners January 29, 2026 07:57
@hunshamar hunshamar requested review from Siljeelisestrm, cibietici, leiferikbjorkli, marenhkj-vy and mcklien and removed request for a team January 29, 2026 07:57
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jan 29, 2026

⚠️ No Changeset found

Latest commit: 3f49e2a

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
  ~ update in-place
 <= read (data resources)

Terraform will perform the following actions:

  # module.app.module.preview_url[0].aws_ssm_parameter.central_deployment_account_id will be created
  + resource "aws_ssm_parameter" "central_deployment_account_id" {
      + arn            = (known after apply)
      + data_type      = (known after apply)
      + has_value_wo   = (known after apply)
      + id             = (known after apply)
      + insecure_value = (known after apply)
      + key_id         = (known after apply)
      + name           = "/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
      + overwrite      = true
      + region         = "eu-west-1"
      + tags_all       = {
          + "application" = "digitalekanaler-designmanual"
          + "repo"        = "spor"
          + "terraform"   = "true"
        }
      + tier           = (known after apply)
      + type           = "String"
      + value          = (sensitive value)
      + value_wo       = (write-only attribute)
      + version        = (known after apply)
    }

  # module.app.module.preview_url[0].module.ssm_environment_version_permissions.module.ssm_parameter_store[0].data.aws_iam_policy_document.this will be read during apply
  # (config refers to values not yet known)
 <= data "aws_iam_policy_document" "this" {
      + id            = (known after apply)
      + json          = (known after apply)
      + minified_json = (known after apply)

      + statement {
          + actions   = [
              + "ssm:GetParameter",
              + "ssm:GetParameterHistory",
              + "ssm:GetParameters",
              + "ssm:GetParametersByPath",
            ]
          + effect    = "Allow"
          + resources = [
              + (known after apply),
            ]
        }
    }

  # module.app.module.preview_url[0].module.ssm_environment_version_permissions.module.ssm_parameter_store[0].aws_iam_role_policy.this will be updated in-place
  ~ resource "aws_iam_role_policy" "this" {
        id          = "platform-digitalekanaler-designmanual-lambda:terraform-20251013132022108200000001"
        name        = "terraform-20251013132022108200000001"
      ~ policy      = jsonencode(
            {
              - Statement = [
                  - {
                      - Action   = [
                          - "ssm:GetParametersByPath",
                          - "ssm:GetParameters",
                          - "ssm:GetParameterHistory",
                          - "ssm:GetParameter",
                        ]
                      - Effect   = "Allow"
                      - Resource = "arn:aws:ssm:eu-west-1:590183702222:parameter/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
                    },
                ]
              - Version   = "2012-10-17"
            }
        ) -> (known after apply)
        # (2 unchanged attributes hidden)
    }

Plan: 1 to add, 1 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 5b5aa98
Plan generated at: 2026-01-29 07:58:33 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:
  + create
  ~ update in-place
 <= read (data resources)

Terraform will perform the following actions:

  # module.app.module.preview_url[0].aws_ssm_parameter.central_deployment_account_id will be created
  + resource "aws_ssm_parameter" "central_deployment_account_id" {
      + arn            = (known after apply)
      + data_type      = (known after apply)
      + has_value_wo   = (known after apply)
      + id             = (known after apply)
      + insecure_value = (known after apply)
      + key_id         = (known after apply)
      + name           = "/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
      + overwrite      = true
      + region         = "eu-west-1"
      + tags_all       = {
          + "application" = "digitalekanaler-designmanual"
          + "repo"        = "spor"
          + "terraform"   = "true"
        }
      + tier           = (known after apply)
      + type           = "String"
      + value          = (sensitive value)
      + value_wo       = (write-only attribute)
      + version        = (known after apply)
    }

  # module.app.module.preview_url[0].module.ssm_environment_version_permissions.module.ssm_parameter_store[0].data.aws_iam_policy_document.this will be read during apply
  # (config refers to values not yet known)
 <= data "aws_iam_policy_document" "this" {
      + id            = (known after apply)
      + json          = (known after apply)
      + minified_json = (known after apply)

      + statement {
          + actions   = [
              + "ssm:GetParameter",
              + "ssm:GetParameterHistory",
              + "ssm:GetParameters",
              + "ssm:GetParametersByPath",
            ]
          + effect    = "Allow"
          + resources = [
              + (known after apply),
            ]
        }
    }

  # module.app.module.preview_url[0].module.ssm_environment_version_permissions.module.ssm_parameter_store[0].aws_iam_role_policy.this will be updated in-place
  ~ resource "aws_iam_role_policy" "this" {
        id          = "platform-digitalekanaler-designmanual-lambda:terraform-20251013132022108200000001"
        name        = "terraform-20251013132022108200000001"
      ~ policy      = jsonencode(
            {
              - Statement = [
                  - {
                      - Action   = [
                          - "ssm:GetParametersByPath",
                          - "ssm:GetParameters",
                          - "ssm:GetParameterHistory",
                          - "ssm:GetParameter",
                        ]
                      - Effect   = "Allow"
                      - Resource = "arn:aws:ssm:eu-west-1:590183702222:parameter/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
                    },
                ]
              - Version   = "2012-10-17"
            }
        ) -> (known after apply)
        # (2 unchanged attributes hidden)
    }

Plan: 1 to add, 1 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 89971a9
Plan generated at: 2026-01-29 08:07:17 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:
  ~ update in-place

Terraform will perform the following actions:

  # module.app.module.preview_url[0].aws_ssm_parameter.central_deployment_account_id will be updated in-place
  ~ resource "aws_ssm_parameter" "central_deployment_account_id" {
        id              = "/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
        name            = "/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
      ~ tags            = {
          - "application" = "railyard" -> null
          - "repo"        = "railyard" -> null
        }
      ~ tags_all        = {
          ~ "application" = "railyard" -> "digitalekanaler-designmanual"
          ~ "repo"        = "railyard" -> "spor"
            # (1 unchanged element hidden)
        }
        # (13 unchanged attributes hidden)
    }

Plan: 0 to add, 1 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 452b9f5
Plan generated at: 2026-01-29 08:49:31 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:
  ~ update in-place

Terraform will perform the following actions:

  # module.app.module.preview_url[0].aws_ssm_parameter.central_deployment_account_id will be updated in-place
  ~ resource "aws_ssm_parameter" "central_deployment_account_id" {
        id              = "/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
        name            = "/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
      ~ tags            = {
          - "application" = "railyard" -> null
          - "repo"        = "railyard" -> null
        }
      ~ tags_all        = {
          ~ "application" = "railyard" -> "digitalekanaler-designmanual"
          ~ "repo"        = "railyard" -> "spor"
            # (1 unchanged element hidden)
        }
        # (13 unchanged attributes hidden)
    }

Plan: 0 to add, 1 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 f5e9def
Plan generated at: 2026-01-29 08:50:16 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:
  ~ update in-place

Terraform will perform the following actions:

  # module.app.module.preview_url[0].aws_ssm_parameter.central_deployment_account_id will be updated in-place
  ~ resource "aws_ssm_parameter" "central_deployment_account_id" {
        id              = "/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
        name            = "/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
      ~ tags            = {
          - "application" = "railyard" -> null
          - "repo"        = "railyard" -> null
        }
      ~ tags_all        = {
          ~ "application" = "railyard" -> "digitalekanaler-designmanual"
          ~ "repo"        = "railyard" -> "spor"
            # (1 unchanged element hidden)
        }
        # (13 unchanged attributes hidden)
    }

Plan: 0 to add, 1 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 3f49e2a
Plan generated at: 2026-01-29 08:56:52 UTC

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.

1 participant