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

fix(deps): update patch tuesday #992

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

simonknittel
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
@aws-sdk/client-eventbridge (source) dependencies minor 3.675.0 -> 3.679.0
@aws-sdk/client-s3 (source) dependencies minor 3.675.0 -> 3.679.0
@aws-sdk/s3-request-presigner (source) dependencies minor 3.675.0 -> 3.679.0
@tanstack/react-query (source) dependencies patch 5.59.15 -> 5.59.16
@tanstack/react-query-devtools (source) dependencies patch 5.59.15 -> 5.59.16
@trpc/client (source) dependencies patch 11.0.0-rc.586 -> 11.0.0-rc.593
@trpc/next (source) dependencies patch 11.0.0-rc.586 -> 11.0.0-rc.593
@trpc/react-query (source) dependencies patch 11.0.0-rc.586 -> 11.0.0-rc.593
@trpc/server (source) dependencies patch 11.0.0-rc.586 -> 11.0.0-rc.593
@types/node (source) devDependencies minor 20.16.13 -> 20.17.1
@types/react (source) devDependencies patch 18.3.11 -> 18.3.12
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.10.0 -> 8.11.0
@typescript-eslint/parser (source) devDependencies minor 8.10.0 -> 8.11.0
@vercel/analytics (source) dependencies patch 1.3.1 -> 1.3.2
@vercel/speed-insights (source) dependencies patch 1.0.12 -> 1.0.14
actions/cache action patch v4.1.1 -> v4.1.2
actions/checkout action patch v4.2.1 -> v4.2.2
actions/setup-node action minor v4.0.4 -> v4.1.0
aws (source) required_provider minor 5.72.1 -> 5.73.0
eslint-config-next (source) devDependencies patch 14.2.15 -> 14.2.16
next (source) dependencies patch 14.2.15 -> 14.2.16
next-auth (source) dependencies patch 4.24.8 -> 4.24.10
openai dependencies patch 4.68.1 -> 4.68.4
vercel (source) devDependencies minor 37.11.0 -> 37.12.1

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-eventbridge)

v3.679.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-eventbridge

v3.678.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-eventbridge

v3.677.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-eventbridge

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.679.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.678.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.677.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.676.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

aws/aws-sdk-js-v3 (@​aws-sdk/s3-request-presigner)

v3.679.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

v3.678.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

v3.677.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

v3.676.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

TanStack/query (@​tanstack/react-query)

v5.59.16

Compare Source

Version 5.59.16 - 10/23/24, 12:53 PM

Changes
Fix
  • react-query: make sure promises are always finalized (#​8211) (df49fbd) by Dominik Dorfmeister
Chore
  • query-core: define queryCache notify method"s return type (#​8191) (4fceb26) by Haeun Nam
  • react-query: remove unnecessary test file (test/suspense.tsx, suspense.test-d.tsx) (#​8208) (d3e2a8a) by @​manudeli
Docs
  • Update disabling-queries.md (#​8201) (9d99fcb) by Ollie Chick
  • react-query: fix prefetch with suspense example (#​8193) (a2ea754) by Qiushi Yan
  • "hydrate" to "dehydrate" in documentation (#​8190) (1980a11) by Ariel-Moroshko
Packages
trpc/trpc (@​trpc/client)

v11.0.0-rc.593

Compare Source

v11.0.0-rc.592

Compare Source

v11.0.0-rc.591

Compare Source

v11.0.0-rc.590

Compare Source

v11.0.0-rc.589

Compare Source

v11.0.0-rc.588

Compare Source

v11.0.0-rc.587

Compare Source

trpc/trpc (@​trpc/next)

v11.0.0-rc.593

Compare Source

v11.0.0-rc.592

Compare Source

v11.0.0-rc.591

Compare Source

v11.0.0-rc.590

Compare Source

v11.0.0-rc.589

Compare Source

v11.0.0-rc.588

Compare Source

v11.0.0-rc.587

Compare Source

trpc/trpc (@​trpc/react-query)

v11.0.0-rc.593

Compare Source

v11.0.0-rc.592

Compare Source

v11.0.0-rc.591

Compare Source

v11.0.0-rc.590

Compare Source

v11.0.0-rc.589

Compare Source

v11.0.0-rc.588

Compare Source

v11.0.0-rc.587

Compare Source

trpc/trpc (@​trpc/server)

v11.0.0-rc.593

Compare Source

v11.0.0-rc.592

Compare Source

v11.0.0-rc.591

Compare Source

v11.0.0-rc.590

Compare Source

v11.0.0-rc.589

Compare Source

v11.0.0-rc.588

Compare Source

v11.0.0-rc.587

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.11.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vercel/analytics (@​vercel/analytics)

v1.3.2

Compare Source

What's Changed

Full Changelog: vercel/analytics@1.3.1...1.3.2

vercel/speed-insights (@​vercel/speed-insights)

v1.0.14

Compare Source

What's Changed

Full Changelog: vercel/speed-insights@1.0.13...1.0.14

v1.0.13

Compare Source

What's Changed

New Contributors

Full Changelog: vercel/speed-insights@1.0.12...1.0.13

actions/cache (actions/cache)

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.1.2

actions/checkout (actions/checkout)

v4.2.2

Compare Source

actions/setup-node (actions/setup-node)

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

hashicorp/terraform-provider-aws (aws)

v5.73.0

Compare Source

FEATURES:

  • New Data Source: aws_ssm_patch_baselines (#​39779)
  • New Resource: aws_imagebuilder_lifecycle_policy (#​35674)
  • New Resource: aws_resiliencehub_resiliency_policy (#​38913)
  • New Resource: aws_sagemaker_hub (#​39807)
  • New Resource: aws_sagemaker_mlflow_tracking_server (#​39796)

ENHANCEMENTS:

  • data-source/aws_elasticache_reserved_cache_node_offering: Support valkey as valid value for product_description (#​39745)
  • data-source/aws_lakeformation_data_lake_settings: Add parameters map attribute to read CROSS_ACCOUNT_VERSION (#​39826)
  • data-source/aws_lb: Add enable_zonal_shift attribute (#​39585)
  • resource/aws_apprunner_auto_scaling_configuration_version: Remove the upper limit on min_size and max_size (#​39843)
  • resource/aws_batch_job_definition: Ensure that new revisions are created with tags (#​39797)
  • resource/aws_codedeploy_deployment_config: Add zonal_config argument (#​34850)
  • resource/aws_dynamodb_kinesis_streaming_destination: Add approximate_creation_date_time_precision argument (#​38098)
  • resource/aws_elasticache_cluster: Support valkey as valid value for engine (#​39745)
  • resource/aws_elasticache_global_replication_group: Support Valkey versions for engine_version (#​39745)
  • resource/aws_elasticache_replication_group: Support Valkey versions for engine_version (#​39745)
  • resource/aws_elasticache_replication_group: Support valkey as valid value for engine (#​39745)
  • resource/aws_elasticache_serverless_cache: Support valkey as valid value for engine (#​39745)
  • resource/aws_kinesis_firehose_delivery_stream: Add iceberg_configuration argument (#​39844)
  • resource/aws_lakeformation_data_lake_settings: Add parameters map argument enabling CROSS_ACCOUNT_VERSION to be set (#​39826)
  • resource/aws_lb: Add enable_zonal_shift argument (#​39585)
  • resource/aws_lb_listener: Add tcp_idle_timeout_seconds argument (#​39585)
  • resource/aws_route53profiles_association: Add regex and string length validation for name argument (#​39798)
  • resource/aws_s3_bucket_object: Remove the call to kms:DescribeKey for the S3 default AWS managed key (alias/aws/s3) on Read (#​39782)
  • resource/aws_s3_object: Remove the call to kms:DescribeKey for the S3 default AWS managed key (alias/aws/s3) on Read (#​39782)
  • resource/aws_s3_object_copy: Remove the call to kms:DescribeKey for the S3 default AWS managed key (alias/aws/s3) on Read (#​39782)
  • resource/aws_sagemaker_domain: Add default_user_settings.jupyter_lab_app_settings.app_lifecycle_management, default_user_settings.jupyter_lab_app_settings.built_in_lifecycle_config_arn, default_user_settings.jupyter_lab_app_settings.emr_settings, default_space_settings.jupyter_lab_app_settings.app_lifecycle_management, default_space_settings.jupyter_lab_app_settings.built_in_lifecycle_config_arn, default_space_settings.jupyter_lab_app_settings.emr_settings, default_user_settings.auto_mount_home_efs, default_user_settings.canvas_app_settings.emr_serverless_settings, default_user_settings.studio_web_portal_settings.hidden_instance_types, default_user_settings.code_editor_app_settings.app_lifecycle_management, default_user_settings.code_editor_app_settings.built_in_lifecycle_config_arn, and tag_propagation arguments (#​39774)
  • resource/aws_sagemaker_domain: Allow app_network_access_type and app_security_group_management to be updated in-place (#​39774)
  • resource/aws_sagemaker_feature_group: Add feature_definition.collection_config, feature_definition.collection_type, and throughput_config arguments (#​39805)
  • resource/aws_sagemaker_space: Add space_settings.code_editor_app_settings.app_lifecycle_management and space_settings.jupyter_lab_app_settings.app_lifecycle_management arguments (#​39800)
  • resource/aws_sagemaker_user_profile: Add user_settings.auto_mount_home_efs, user_settings.canvas_app_settings.emr_serverless_settings, user_settings.code_editor_app_settings.app_lifecycle_management, user_settings.code_editor_app_settings.built_in_lifecycle_config_arn, user_settings.jupyter_lab_app_settings.app_lifecycle_management, user_settings.jupyter_lab_app_settings.built_in_lifecycle_config_arn, user_settings.jupyter_lab_app_settings.emr_settings and user_settings.studio_web_portal_settings.hidden_instance_types arguments (#​39774)

BUG FIXES:

  • data-source/aws_workspaces_bundle: Return the first matching bundle when searching by name. This fixes a regression introduced in v5.72.0 causing multiple WorkSpaces Bundles matched; use additional constraints to reduce matches to a single WorkSpaces Bundle errors (#​39777)
  • resource/aws_dynamodb_table: Fix validation error when optional attribute in on_demand_throughput is excluded (#​39784)
  • resource/aws_ecr_repository_policy: Fix persistent validation errors when malformed policy content is written to state (#​39842)
  • resource/aws_elasticache_serverless_cache: Fix InvalidParameterValue: This API supports only cross-engine upgrades to Valkey engine currently errors on Update (#​39745)
  • resource/aws_iam_policy: Fix persistent validation errors when malformed policy content is written to state (#​39842)
  • resource/aws_iam_role_policy: Fix persistent validation errors when malformed policy content is written to state (#​39842)
  • resource/aws_kms_key: Fix persistent validation errors when malformed policy content is written to state (#​39842)
  • resource/aws_quicksight_data_set: Fix InvalidParameterValueException: Invalid RowLevelPermissionDataSet. Namespace parameter should not be specified for Version 2 errors on Create and Update (#​39778)
  • resource/aws_route53_record: Allow creation of records with ttl=0 (#​39728)
  • resource/aws_s3_bucket_policy: Fix persistent validation errors when malformed policy content is written to state (#​39842)
  • resource/aws_secretsmanager_secret: Fix persistent validation errors when malformed policy content is written to state (#​39842)
  • resource/aws_security_group_rule: Remove from state when rule not found. This fixes a regression introduced in v5.60.0 (#​39834)
vercel/next.js (eslint-config-next)

v14.2.16

Compare Source

vercel/next.js (next)

v14.2.16

Compare Source

nextauthjs/next-auth (next-auth)

v4.24.10

Compare Source

What's Changed

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.10

v4.24.9

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.9

openai/openai-node (openai)

v4.68.4

Compare Source

Full Changelog: v4.68.3...v4.68.4

Chores

v4.68.3

Compare Source

Full Changelog: v4.68.2...v4.68.3

Chores

v4.68.2

Compare Source

Full Changelog: v4.68.1...v4.68.2

Chores
vercel/vercel (vercel)

v37.12.1

Compare Source

Patch Changes
    • Appropriately handle hidden properties in vercel install flows (#​12336)
    • Treat complex expressions during vercel install flows as unsupported

v37.12.0

Compare Source

Minor Changes
Patch Changes

Configuration

📅 Schedule: Branch creation - "before 7am on Tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

vercel bot commented Oct 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
sinister-incorporated ⬜️ Ignored (Inspect) Visit Preview Oct 26, 2024 7:06pm

Copy link

github-actions bot commented Oct 26, 2024

Terraform Plan 📖 success

Show Plan

data.cloudflare_zones.main: Reading...
data.cloudflare_zones.main: Read complete after 1s [id=b0c2ab7d66b3c0b219fc876cf1d63fb9]
data.aws_cloudfront_origin_request_policy.managed_cors_s3_origin: Reading...
aws_s3_account_public_access_block.main: Refreshing state... [id=220746603587]
data.aws_cloudfront_cache_policy.managed_caching_optimized: Reading...
aws_cloudwatch_metric_alarm.lambda_errors: Refreshing state... [id=lambda-errors]
data.aws_caller_identity.current: Reading...
aws_acm_certificate.main: Refreshing state... [id=arn:aws:acm:eu-central-1:220746603587:certificate/f4ebd0f0-1e53-49d7-bb39-a5ed253b7959]
aws_cloudfront_origin_access_control.care_bear_shooter_build_bucket: Refreshing state... [id=E9UD6HRKKYL4H]
aws_cloudwatch_metric_alarm.lambda_throttles: Refreshing state... [id=lambda-throttles]
aws_dynamodb_table.api_gateway_processed_requests: Refreshing state... [id=ApiGatewayProcessedRequests]
aws_budgets_budget.monthly_total: Refreshing state... [id=220746603587:Total monthly budget]
data.aws_caller_identity.current: Read complete after 0s [id=220746603587]
aws_cloudwatch_event_bus.api_gateway: Refreshing state... [id=api-gateway]
data.aws_iam_openid_connect_provider.github: Reading...
data.aws_cloudfront_origin_request_policy.managed_cors_s3_origin: Read complete after 0s [id=88a5eaf4-2fd4-4709-b370-b4c650ea3fcf]
module.email_function.data.aws_kms_alias.ssm: Reading...
data.aws_cloudfront_cache_policy.managed_caching_optimized: Read complete after 0s [id=b2884449-e4de-46a7-ac36-70bc7f1ddd6d]
module.email_function.aws_sqs_queue.main_deadletter: Refreshing state... [id=https://sqs.eu-central-1.amazonaws.com/220746603587/terraform-20240211081314103700000003]
aws_iam_user.app_vercel: Refreshing state... [id=app_vercel]
aws_api_gateway_rest_api.main: Refreshing state... [id=xguhlotnsl]
module.email_function.aws_ssm_parameter.custom[0]: Refreshing state... [id=/email-function/mailgun-api-key]
aws_s3_bucket.care_bear_shooter_build: Refreshing state... [id=care-bear-shooter-build-220746603587]
data.aws_iam_openid_connect_provider.github: Read complete after 1s [id=arn:aws:iam::220746603587:oidc-provider/token.actions.githubusercontent.com]
aws_iam_role.api_gateway_cloudwatch: Refreshing state... [id=api-gateway]
aws_s3_bucket.mtls_truststore: Refreshing state... [id=mtls-truststore-220746603587]
aws_iam_access_key.app_vercel: Refreshing state... [id=AKIATGZMF3RB4EBRLJ6V]
module.email_function.data.aws_kms_alias.ssm: Read complete after 1s [id=arn:aws:kms:eu-central-1:220746603587:alias/aws/ssm]
cloudflare_record.main_validation["sinister-api-test.simonknittel.de"]: Refreshing state... [id=89ca1b9952c1bd25cb32367f72d2bced]
aws_schemas_discoverer.test: Refreshing state... [id=events-event-bus-api-gateway]
aws_iam_user_policy.app_vercel: Refreshing state... [id=app_vercel:terraform-20240328141028994700000001]
aws_iam_role.api_gateway_eventbridge: Refreshing state... [id=terraform-20240206162421745900000001]
module.email_function.aws_cloudwatch_event_rule.main: Refreshing state... [id=arn:aws:events:eu-central-1:220746603587:event-bus/api-gateway/terraform-20240211081314103200000002]
aws_api_gateway_account.main: Refreshing state... [id=api-gateway-account]
aws_acm_certificate_validation.main: Refreshing state... [id=0001-01-01 00:00:00 +0000 UTC]
module.email_function.aws_sqs_queue.main: Refreshing state... [id=https://sqs.eu-central-1.amazonaws.com/220746603587/terraform-20240211081339784400000005]
module.email_function.aws_cloudwatch_metric_alarm.deadletter_message_count: Refreshing state... [id=deadletter-message-count-email-function]
aws_cloudwatch_log_group.api_gateway_stage_default: Refreshing state... [id=API-Gateway-Execution-Logs_xguhlotnsl/default]
aws_api_gateway_request_validator.validate_request_body: Refreshing state... [id=aijdpj]
aws_api_gateway_resource.email_function: Refreshing state... [id=7af8s0]
aws_cloudwatch_metric_alarm.api_gateway_5xx_error: Refreshing state... [id=api-gateway-5xx-error]
aws_cloudwatch_metric_alarm.api_gateway_count: Refreshing state... [id=api-gateway-count]
module.email_function_api_gateway.aws_api_gateway_model.request_body: Refreshing state... [id=atb4x1]
module.email_function.aws_sqs_queue_redrive_allow_policy.main_deadletter: Refreshing state... [id=https://sqs.eu-central-1.amazonaws.com/220746603587/terraform-20240211081314103700000003]
module.email_function.aws_cloudwatch_event_target.main: Refreshing state... [id=arn:aws:events:eu-central-1:220746603587:event-bus/api-gateway-terraform-20240211081314103200000002-terraform-20240211081405376200000006]
module.email_function.aws_sqs_queue_policy.main: Refreshing state... [id=https://sqs.eu-central-1.amazonaws.com/220746603587/terraform-20240211081339784400000005]
module.email_function.aws_iam_role.main: Refreshing state... [id=terraform-20240211081405377800000007]
module.email_function_api_gateway.aws_api_gateway_method.main: Refreshing state... [id=agm-xguhlotnsl-7af8s0-POST]
module.email_function_api_gateway.aws_api_gateway_method_response.response_200: Refreshing state... [id=agmr-xguhlotnsl-7af8s0-POST-200]
module.email_function_api_gateway.aws_api_gateway_method_response.response_404: Refreshing state... [id=agmr-xguhlotnsl-7af8s0-POST-404]
module.email_function_api_gateway.aws_api_gateway_method_response.response_500: Refreshing state... [id=agmr-xguhlotnsl-7af8s0-POST-500]
module.email_function_api_gateway.aws_api_gateway_integration.main: Refreshing state... [id=agi-xguhlotnsl-7af8s0-POST]
module.email_function_api_gateway.aws_api_gateway_method_response.response_503: Refreshing state... [id=agmr-xguhlotnsl-7af8s0-POST-503]
module.email_function_api_gateway.aws_api_gateway_method_response.response_400: Refreshing state... [id=agmr-xguhlotnsl-7af8s0-POST-400]
module.email_function_api_gateway.aws_api_gateway_integration_response.response_500: Refreshing state... [id=agir-xguhlotnsl-7af8s0-POST-500]
module.email_function_api_gateway.aws_api_gateway_integration_response.response_404: Refreshing state... [id=agir-xguhlotnsl-7af8s0-POST-404]
module.email_function_api_gateway.aws_api_gateway_integration_response.response_503: Refreshing state... [id=agir-xguhlotnsl-7af8s0-POST-503]
module.email_function.aws_lambda_function.main: Refreshing state... [id=email-function]
module.email_function_api_gateway.aws_api_gateway_integration_response.response_200: Refreshing state... [id=agir-xguhlotnsl-7af8s0-POST-200]
module.email_function_api_gateway.aws_api_gateway_integration_response.response_400: Refreshing state... [id=agir-xguhlotnsl-7af8s0-POST-400]
aws_api_gateway_deployment.main: Refreshing state... [id=8yroac]
aws_api_gateway_stage.default: Refreshing state... [id=ags-xguhlotnsl-default]
aws_api_gateway_method_settings.all: Refreshing state... [id=xguhlotnsl-default-*/*]
module.email_function.aws_lambda_permission.api_gateway: Refreshing state... [id=terraform-20240211081423816900000008]
module.email_function.aws_lambda_event_source_mapping.main: Refreshing state... [id=4c996691-1418-4285-8ef0-8f3745120e5a]
aws_api_gateway_domain_name.main: Refreshing state... [id=sinister-api-test.simonknittel.de]
aws_s3_object.mtls_truststore: Refreshing state... [id=truststore.pem]
aws_iam_role.care_bear_shooter_build_uploader: Refreshing state... [id=care-bear-shooter-build-uploader]
aws_s3_bucket_cors_configuration.care_bear_shooter_build: Refreshing state... [id=care-bear-shooter-build-220746603587]
aws_cloudfront_distribution.care_bear_shooter_build: Refreshing state... [id=E3GY8A42OQ8RFW]
aws_api_gateway_base_path_mapping.main: Refreshing state... [id=sinister-api-test.simonknittel.de/]
cloudflare_record.main_cname: Refreshing state... [id=c4fe812314a613cbee9e669930fa4f39]
aws_s3_bucket_policy.care_bear_shooter_build_cloudfront: Refreshing state... [id=care-bear-shooter-build-220746603587]

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:

  # cloudflare_record.main_cname will be updated in-place
  ~ resource "cloudflare_record" "main_cname" {
        id              = "c4fe812314a613cbee9e669930fa4f39"
        name            = "sinister-api-test"
        tags            = []
      + value           = "d-3ow7qx0e25.execute-api.eu-central-1.amazonaws.com"
        # (11 unchanged attributes hidden)
    }

  # cloudflare_record.main_validation["sinister-api-test.simonknittel.de"] will be updated in-place
  ~ resource "cloudflare_record" "main_validation" {
        id              = "89ca1b9952c1bd25cb32367f72d2bced"
        name            = "_a74229a6f26e7902061246b50f9b5722.sinister-api-test.simonknittel.de."
        tags            = []
      + value           = "_0a95cf5b292f416e42307f00e3f66986.mhbtsbpdnt.acm-validations.aws."
        # (11 unchanged attributes hidden)
    }

  # module.email_function.aws_lambda_event_source_mapping.main will be updated in-place
  ~ resource "aws_lambda_event_source_mapping" "main" {
        id                                 = "4c996691-1418-4285-8ef0-8f3745120e5a"
        tags                               = {}
      ~ tags_all                           = {
          + "ManagedBy"  = "Terraform"
          + "Repository" = "simonknittel/sinister-incorporated"
        }
        # (23 unchanged attributes hidden)
    }

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

Warning: Argument is deprecated

  with aws_iam_role.api_gateway_cloudwatch,
  on api-gateway.tf line 85, in resource "aws_iam_role" "api_gateway_cloudwatch":
  85: resource "aws_iam_role" "api_gateway_cloudwatch" {

The inline_policy argument is deprecated. Use the aws_iam_role_policy
resource instead. If Terraform should exclusively manage all inline policy
associations (the current behavior of this argument), use the
aws_iam_role_policies_exclusive resource as well.

(and 12 more similar warnings elsewhere)

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

Saved the plan to: tfplan

To perform exactly these actions, run the following command to apply:
    terraform apply "tfplan"

@simonknittel simonknittel force-pushed the renovate-self-hosted/patch-tuesday branch from 9716193 to f98e457 Compare October 26, 2024 19:06
@simonknittel simonknittel deployed to terraform-test October 26, 2024 19:06 — with GitHub Actions Active
Copy link

@simonknittel simonknittel merged commit 393f526 into develop Oct 26, 2024
11 of 12 checks passed
@simonknittel simonknittel deleted the renovate-self-hosted/patch-tuesday branch October 26, 2024 19:07
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