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

chore(release-distribution): update doc-router to node 20 #540

Merged

Conversation

MarcoIeni
Copy link
Member

@MarcoIeni MarcoIeni commented Aug 28, 2024

Related to #376

Plan:

  # aws_cloudfront_distribution.doc will be updated in-place
  ~ resource "aws_cloudfront_distribution" "doc" {
        id                             = "E3BB4EZOGX5YED"
        tags                           = {}
        # (21 unchanged attributes hidden)

      ~ default_cache_behavior {
            # (11 unchanged attributes hidden)

          - lambda_function_association {
              - event_type   = "origin-request" -> null
              - include_body = false -> null
              - lambda_arn   = "arn:aws:lambda:us-east-1:890664054962:function:dev-static-rust-lang-org--doc-router:11" -> null
            }
          + lambda_function_association {
              + event_type   = "origin-request"
              + include_body = false
              + lambda_arn   = (known after apply)
            }

            # (1 unchanged block hidden)
        }

      ~ ordered_cache_behavior {
            # (14 unchanged attributes hidden)

          - lambda_function_association {
              - event_type   = "origin-request" -> null
              - include_body = false -> null
              - lambda_arn   = "arn:aws:lambda:us-east-1:890664054962:function:dev-static-rust-lang-org--doc-router:11" -> null
            }
          + lambda_function_association {
              + event_type   = "origin-request"
              + include_body = false
              + lambda_arn   = (known after apply)
            }
        }

        # (3 unchanged blocks hidden)
    }

  # fastly_service_vcl.static will be updated in-place
  ~ resource "fastly_service_vcl" "static" {
      ~ active_version     = 27 -> (known after apply)
      ~ cloned_version     = 27 -> (known after apply)
        id                 = "5qaYFyyiorVua6uCZg7It0"
        name               = "dev-static.rust-lang.org"
        # (8 unchanged attributes hidden)

      - logging_datadog {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }
      + logging_datadog {
          # At least one attribute in this block is (or was) sensitive,
          # so its contents will not be displayed.
        }

        # (11 unchanged blocks hidden)
    }

  # module.lambda_doc_router.aws_lambda_function.lambda will be updated in-place
  ~ resource "aws_lambda_function" "lambda" {
        id                             = "dev-static-rust-lang-org--doc-router"
      ~ qualified_arn                  = "arn:aws:lambda:us-east-1:890664054962:function:dev-static-rust-lang-org--doc-router:11" -> (known after apply)
      ~ qualified_invoke_arn           = "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:890664054962:function:dev-static-rust-lang-org--doc-router:11/invocations" -> (known after apply)
      ~ runtime                        = "nodejs16.x" -> "nodejs20.x"
        tags                           = {}
      ~ version                        = "11" -> (known after apply)
        # (19 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

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

This looks ok to me!

Shall I test it on dev?

@MarcoIeni MarcoIeni marked this pull request as ready for review August 28, 2024 13:20
@MarcoIeni MarcoIeni force-pushed the chore-release-distribution-update-doc-router-to-node-20 branch from 2bfd932 to 781f7f2 Compare September 20, 2024 10:05
@MarcoIeni
Copy link
Member Author

@MarcoIeni MarcoIeni merged commit 32cd279 into master Sep 20, 2024
3 checks passed
@MarcoIeni MarcoIeni deleted the chore-release-distribution-update-doc-router-to-node-20 branch September 20, 2024 10:45
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