Skip to content

Conversation

simonknittel
Copy link
Owner

@simonknittel simonknittel commented Aug 20, 2024

This PR contains the following updates:

Package Type Update Change Pending
@aws-sdk/client-eventbridge (source) dependencies minor 3.624.0 -> 3.629.0 3.633.0 (+2)
@aws-sdk/client-s3 (source) dependencies minor 3.624.0 -> 3.629.0 3.633.0 (+2)
@aws-sdk/s3-request-presigner (source) dependencies minor 3.624.0 -> 3.629.0 3.633.0 (+2)
@prisma/client (source) dependencies minor 5.17.0 -> 5.18.0
@tailwindcss/typography devDependencies patch 0.5.13 -> 0.5.14
@tanstack/react-query (source) dependencies patch 5.51.21 -> 5.51.23 5.51.24
@tanstack/react-query-devtools (source) dependencies patch 5.51.21 -> 5.51.23 5.51.24
@types/node (source) devDependencies patch 20.14.14 -> 20.14.15 20.16.1 (+2)
actions/upload-artifact action patch v4.3.5 -> v4.3.6
aws (source) required_provider minor 5.61.0 -> 5.62.0 5.63.0
cloudflare (source) required_provider minor 4.38.0 -> 4.39.0
hashicorp/terraform patch 1.9.3 -> 1.9.4
hashicorp/terraform required_version patch 1.9.3 -> 1.9.4
openai dependencies minor 4.54.0 -> 4.55.5 4.56.0 (+4)
prettier-plugin-tailwindcss devDependencies patch 0.6.5 -> 0.6.6
prisma (source) devDependencies minor 5.17.0 -> 5.18.0
react-icons dependencies minor 5.2.1 -> 5.3.0
renovatebot/github-action action patch v40.2.5 -> v40.2.6
tailwindcss (source) devDependencies patch 3.4.7 -> 3.4.9 3.4.10

Release Notes

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

v3.629.0

Compare Source

Features
  • core/httpAuthSchemes: set configuration sources for sigv4a signingRegionSet (#​6368) (03bb39f)

v3.626.0

Compare Source

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

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

v3.629.0

Compare Source

Features
  • core/httpAuthSchemes: set configuration sources for sigv4a signingRegionSet (#​6368) (03bb39f)

v3.627.0

Compare Source

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

v3.626.0

Compare Source

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

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

v3.629.0

Compare Source

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

v3.627.0

Compare Source

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

v3.626.0

Compare Source

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

prisma/prisma (@​prisma/client)

v5.18.0

Compare Source

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

Highlights
Native support for UUIDv7

Previous to this release, the Prisma Schema function uuid() did not accept any arguments and created a UUIDv4 ID. While sufficient in many cases, UUIDv4 has a few drawbacks, namely that it is not temporally sortable.

UUIDv7 attempts to resolve this issue, making it easy to temporally sort your database rows by ID!

To support this, we’ve updated the uuid() function in Prisma Schema to accept an optional, integer argument. Right now, the only valid values are 4 and 7, with 4 being the default.

model User {
  id   String @​id @​default(uuid()) // defaults to 4
  name String
}

model User {
  id   String @​id @​default(uuid(4)) // same as above, but explicit
  name String
}

model User {
  id   String @​id @​default(uuid(7)) // will use UUIDv7 instead of UUIDv4
  name String
}
Bug squashing

We’ve squashed a number of bugs this release, special thanks to everyone who helped us! A few select highlights are:

Fixes and improvements
Prisma
Language tools (e.g. VS Code)
Share your feedback about Prisma ORM

We want to know how you like working with Prisma ORM in your projects! Please take our 2min survey and let us know what you like or where we can improve 🙏

Credits

Huge thanks to @​mcuelenaere, @​pagewang0, @​Druue, @​key-moon, @​Jolg42, @​pranayat, @​ospfranco, @​yubrot, @​skyzh, @​haaawk for helping!

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.14

Compare Source

  • Fix table text alignment (#​346)
TanStack/query (@​tanstack/react-query)

v5.51.23

Compare Source

Version 5.51.23 - 8/8/24, 8:02 AM

Changes
Fix
  • react-query: ensure we have a gcTime of at least 1 second when using suspense (#​7860) (c744f99) by Dominik Dorfmeister
Docs
Packages
actions/upload-artifact (actions/upload-artifact)

v4.3.6

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.6

hashicorp/terraform-provider-aws (aws)

v5.62.0

Compare Source

FEATURES:

  • New Data Source: aws_rds_cluster_parameter_group (#​38416)
  • New Data Source: aws_secretsmanager_secret_versions (#​35411)
  • New Resource: aws_ebs_snapshot_block_public_access (#​38641)
  • New Resource: aws_rds_integration (#​35199)

ENHANCEMENTS:

  • data-source/aws_s3_bucket_object: Expand content types that can be read from S3 to include include application/x-sql (#​38737)
  • data-source/aws_s3_object: Expand content types that can be read from S3 to include application/x-sql (#​38737)
  • provider: Allow default_tags to be set by environment variables (#​33339)
  • provider: Allow ignore_tags.keys and ignore_tags.key_prefixes to be set by environment variables (#​35264)
  • resource/aws_db_option_group: Add skip_destroy argument (#​29663)
  • resource/aws_db_parameter_group: Add skip_destroy argument (#​29663)
  • resource/aws_dx_macsec_key_association: Add plan-time validation of secret_arn (#​37213)
  • resource/aws_ecs_service: Add force_delete argument (#​38707)
  • resource/aws_grafana_license_association: Add grafana_token argument (#​38743)
  • resource/aws_lb_target_group: Add target_health_state.unhealthy_draining_interval argument (#​38654)
  • resource/aws_lexv2models_slot: Add sub_slot_setting attribute (#​38698)

BUG FIXES:

  • data-source/aws_ecr_repository_creation_template: Support ROOT as a valid value for prefix (#​38685)
  • data-source/aws_msk_broker_nodes: Filter out nodes with no broker info (#​38042)
  • resource/aws_appconfig_configuration_profile: Increase name max length validation to 128 (#​37539)
  • resource/aws_batch_job_definition: Fix panic when checking eks_properties for job updates (#​38716)
  • resource/aws_batch_job_definition: Fix panic when checking retry_strategy for job updates (#​38716)
  • resource/aws_batch_job_definition: Fix panic when checking timeout for job updates (#​38716)
  • resource/aws_ec2_capacity_block_reservation: Fix error during apply for missing created_date attribute (#​38689)
  • resource/aws_ecr_repository_creation_template: Support ROOT as a valid value for prefix (#​38685)
  • resource/aws_elbv2_trust_store_revocation: Fix to properly return errors during resource creation (#​38756)
  • resource/aws_emr_cluster: Fix panic when reading an instance fleet with an empty launch_specifications argument (#​38773)
  • resource/aws_lexv2models_bot: Handle PreconditionFailedException on delete for resources deleted out-of-band (#​38661)
  • resource/aws_lexv2models_bot_locale: Handle PreconditionFailedException on delete for resources deleted out-of-band (#​38661)
  • resource/aws_lexv2models_bot_version: Handle PreconditionFailedException on delete for resources deleted out-of-band (#​38661)
  • resource/aws_networkmanager_core_network: Fix $.network-function-groups: null found, array expected errors when creating resource with create_base_policy argument (#​38642)
  • resource/aws_quicksight_account_subscription: Fix panic when read returns nil account info (#​38752)
  • resource/aws_sfn_state_machine: Mark revision_id and state_machine_version_arn as Computed on update if publish is true (#​38657)
cloudflare/terraform-provider-cloudflare (cloudflare)

v4.39.0

Compare Source

NOTES:

  • resource/cloudflare_access_policy: remove deprecation notice related to precedence (#​3556)
  • resource/cloudflare_record: value is now deprecated in favour of content (#​3509)
  • resource/cloudflare_worker_cron_trigger: deprecated in favour of cloudflare_workers_cron_trigger and will be removed in the next major version. (#​3500)
  • resource/cloudflare_worker_domain: deprecated in favour of cloudflare_workers_domain and will be removed in the next major version. (#​3500)
  • resource/cloudflare_worker_route: deprecated in favour of cloudflare_workers_route and will be removed in the next major version. (#​3500)
  • resource/cloudflare_worker_script: deprecated in favour of cloudflare_workers_script and will be removed in the next major version. (#​3500)
  • resource/cloudflare_worker_secret: deprecated in favour of cloudflare_workers_secret and will be removed in the next major version. (#​3500)
  • resource/cloudflare_workers_for_platforms_namespace: deprecated in favour of cloudflare_workers_for_platforms_dispatch_namespace and will be removed in the next major version. (#​3500)
  • resource/zone_settings_override: deprecate minify setting and include state migration to remove from local state. You should immediately remove the configuration from the resource to prevent permadiffs. Automatic migration of user configuration can be handled with Grit by running grit apply github.com/cloudflare/terraform-provider-cloudflare#cloudflare_zone_settings_override_remove_minify (#​3521)

FEATURES:

  • New Data Source: cloudflare_gateway_app_types (#​3470)
  • New Resource: cloudflare_workers_cron_trigger (#​3500)
  • New Resource: cloudflare_workers_domain (#​3500)
  • New Resource: cloudflare_workers_for_platforms_dispatch_namespace (#​3500)
  • New Resource: cloudflare_workers_route (#​3500)
  • New Resource: cloudflare_workers_script (#​3500)
  • New Resource: cloudflare_workers_secret (#​3500)

ENHANCEMENTS:

  • resource/access_application: add skip_app_launcher_login_page flag to skip the App Launcher landing page (#​3519)
  • resource/cloudflare_device_posture_rules: added support for intune compliance_status values (#​3492)
  • resource/cloudflare_teams_rule: Add disable_clipboard_redirection attribute to BISOAdminControls (#​3511)
  • resource/hyperdrive_config: Add support for creating Hyperdrive over Access configs (#​3516)
  • resource/hyperdrive_config: Add support for max_age and stale_while_revalidate in Hyperdrive Config caching settings (#​3516)

BUG FIXES:

  • resource/cloudflare_list_item: handle overlapping hostname url_hostname (#​3515)
  • resource/cloudflare_risk_behavior: fix bug where partial definition of risk behaviors resulted in a provider error (#​3463)

DEPENDENCIES:

  • provider: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.58.2 to 1.58.3 in the aws group (#​3557)
  • provider: bump github.com/cloudflare/cloudflare-go from 0.100.0 to 0.101.0 (#​3540)
  • provider: bump github.com/cloudflare/cloudflare-go from 0.99.0 to 0.100.0 (#​3499)
hashicorp/terraform (hashicorp/terraform)

v1.9.4

Compare Source

1.9.4 (August 7, 2024)

BUG FIXES:

  • core: Unneeded variable validations were being executed during a destroy plan, which could cause plans starting with incomplete state to fail. (#​35511)
  • init: Don't crash when discovering invalid syntax in duplicate required_providers blocks. (#​35533)
openai/openai-node (openai)

v4.55.5

Compare Source

Full Changelog: v4.55.4...v4.55.5

Chores

v4.55.4

Compare Source

Full Changelog: v4.55.3...v4.55.4

Bug Fixes
Chores

v4.55.3

Compare Source

Full Changelog: v4.55.2...v4.55.3

Chores

v4.55.2

Compare Source

Full Changelog: v4.55.1...v4.55.2

Bug Fixes
  • helpers/zod: add extract-to-root ref strategy (ef3c73c)
  • helpers/zod: add nullableStrategy option (ad89892)
  • helpers/zod: correct logic for adding root schema to definitions (e4a247a)
Chores
  • internal: add README for vendored zod-to-json-schema (d8a80a9)
  • tests: add more API request tests (04c1590)

v4.55.1

Compare Source

Full Changelog: v4.55.0...v4.55.1

Bug Fixes
  • helpers/zod: correct schema generation for recursive schemas (cb54d93)
Chores
  • api: remove old AssistantResponseFormat type (#​967) (9fd94bf)
  • internal: update test snapshots (bceea60)
  • vendor/zodJsonSchema: add option to duplicate top-level ref (84b8a38)
Documentation
  • examples: add UI generation example script (c75c017)

v4.55.0

Compare Source

Full Changelog: v4.54.0...v4.55.0

Features
  • api: add structured outputs support (573787c)
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.6

Compare Source

  • Add support for prettier-plugin-multiline-arrays (#​299)
  • Add resolution cache for known plugins (#​301)
  • Support Tailwind CSS v4.0.0-alpha.19 (#​310)
react-icons/react-icons (react-icons)

v5.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: react-icons/react-icons@v5.2.1...v5.3.0

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.5.2 2045
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-98-g9beae745bb 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.29.1 287
Lucide ISC v5.3.0 1215
Game Icons CC BY 3.0 12920d6 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.4.2 831
Bootstrap Icons MIT 1.11.3 2716
Remix Icon Apache License Version 2.0 4.2.0 2860
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.12.1 635
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.1.3 888
Simple Icons CC0 1.0 Universal 12.4.0 3209
Simple Line Icons MIT 2.5.5 189
IcoMoon Free CC BY 4.0 License d006795 491
BoxIcons MIT 2.1.4 1634
css.gg MIT 2.1.1 704
VS Code Icons CC BY 4.0 0.0.35 461
Tabler Icons MIT 3.3.0 5256
Themify Icons MIT v0.1.2-2-g9600186 352
Radix Icons MIT @​radix-ui/react-icons@​1.3.0-1-g94b3fcf 318
Phosphor Icons MIT 2.1.1 9072
Icons8 Line Awesome MIT 1.3.1 1544
renovatebot/github-action (renovatebot/github-action)

v40.2.6

Compare Source

Documentation
  • update references to ghcr.io/renovatebot/renovate to v38 (fa0868b)
  • update references to renovatebot/github-action to v40.2.5 (31bdd4f)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (c36563b)
Continuous Integration
  • deps: update renovate docker tag to v38.18.14 (bb431e4)
  • deps: update renovate docker tag to v38.18.17 (818eccd)
  • deps: update renovate docker tag to v38.19.0 (5a5d5f9)
  • deps: update renovate docker tag to v38.20.1 (47e9fc8)
  • deps: update renovate docker tag to v38.21.2 (0094885)
  • deps: update renovate docker tag to v38.21.3 (ec4508c)
  • deps: update renovate docker tag to v38.23.0 (e182cbd)
  • deps: update renovate docker tag to v38.23.2 (d820e1a)
  • deps: update renovate docker tag to v38.24.0 (e8c5786)
  • deps: update renovate docker tag to v38.24.1 (8c35547)
  • deps: update renovate docker tag to v38.25.0 (b47958f)
  • deps: update wagoid/commitlint-github-action action to v6 (#​849) (a9144b2)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.9

Compare Source

Fixed
  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Compare Source

Fixed
  • Fix minification when using nested CSS (#​14105)
  • Warn when broad glob patterns are used in the content configuration (#​14140)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Aug 20, 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) Aug 20, 2024 6:09am

Copy link

Terraform Plan 📖 success

Show Plan

data.cloudflare_zones.main: Reading...
data.cloudflare_zones.main: Read complete after 0s [id=b0c2ab7d66b3c0b219fc876cf1d63fb9]
data.aws_caller_identity.current: Reading...
module.email_function.data.aws_kms_alias.ssm: Reading...
data.aws_cloudfront_origin_request_policy.managed_cors_s3_origin: Reading...
aws_acm_certificate.main: Refreshing state... [id=arn:aws:acm:eu-central-1:220746603587:certificate/f4ebd0f0-1e53-49d7-bb39-a5ed253b7959]
aws_s3_account_public_access_block.main: Refreshing state... [id=220746603587]
aws_dynamodb_table.api_gateway_processed_requests: Refreshing state... [id=ApiGatewayProcessedRequests]
aws_api_gateway_rest_api.main: Refreshing state... [id=xguhlotnsl]
data.aws_cloudfront_cache_policy.managed_caching_optimized: Reading...
aws_cloudwatch_metric_alarm.lambda_throttles: Refreshing state... [id=lambda-throttles]
aws_cloudfront_origin_access_control.care_bear_shooter_build_bucket: Refreshing state... [id=E9UD6HRKKYL4H]
module.email_function.aws_sqs_queue.main_deadletter: Refreshing state... [id=https://sqs.eu-central-1.amazonaws.com/220746603587/terraform-20240211081314103700000003]
data.aws_caller_identity.current: Read complete after 0s [id=220746603587]
data.aws_cloudfront_cache_policy.managed_caching_optimized: Read complete after 0s [id=b2884449-e4de-46a7-ac36-70bc7f1ddd6d]
aws_cloudwatch_event_bus.api_gateway: Refreshing state... [id=api-gateway]
aws_cloudwatch_metric_alarm.lambda_errors: Refreshing state... [id=lambda-errors]
data.aws_cloudfront_origin_request_policy.managed_cors_s3_origin: Read complete after 0s [id=88a5eaf4-2fd4-4709-b370-b4c650ea3fcf]
data.aws_iam_openid_connect_provider.github: Reading...
data.aws_iam_openid_connect_provider.github: Read complete after 1s [id=arn:aws:iam::220746603587:oidc-provider/token.actions.githubusercontent.com]
aws_iam_user.app_vercel: Refreshing state... [id=app_vercel]
module.email_function.aws_ssm_parameter.custom[0]: Refreshing state... [id=/email-function/mailgun-api-key]
module.email_function.data.aws_kms_alias.ssm: Read complete after 1s [id=arn:aws:kms:eu-central-1:220746603587:alias/aws/ssm]
aws_budgets_budget.monthly_total: Refreshing state... [id=220746603587:Total monthly budget]
aws_iam_role.api_gateway_cloudwatch: Refreshing state... [id=api-gateway]
aws_s3_bucket.care_bear_shooter_build: Refreshing state... [id=care-bear-shooter-build-220746603587]
aws_s3_bucket.mtls_truststore: Refreshing state... [id=mtls-truststore-220746603587]
aws_iam_access_key.app_vercel: Refreshing state... [id=AKIATGZMF3RB4EBRLJ6V]
aws_api_gateway_resource.email_function: Refreshing state... [id=7af8s0]
aws_cloudwatch_log_group.api_gateway_stage_default: Refreshing state... [id=API-Gateway-Execution-Logs_xguhlotnsl/default]
aws_cloudwatch_metric_alarm.api_gateway_5xx_error: Refreshing state... [id=api-gateway-5xx-error]
aws_api_gateway_request_validator.validate_request_body: Refreshing state... [id=aijdpj]
aws_cloudwatch_metric_alarm.api_gateway_count: Refreshing state... [id=api-gateway-count]
cloudflare_record.main_validation["sinister-api-test.simonknittel.de"]: Refreshing state... [id=89ca1b9952c1bd25cb32367f72d2bced]
aws_api_gateway_account.main: Refreshing state... [id=api-gateway-account]
module.email_function_api_gateway.aws_api_gateway_model.request_body: Refreshing state... [id=atb4x1]
module.email_function.aws_cloudwatch_metric_alarm.deadletter_message_count: Refreshing state... [id=deadletter-message-count-email-function]
module.email_function.aws_sqs_queue.main: Refreshing state... [id=https://sqs.eu-central-1.amazonaws.com/220746603587/terraform-20240211081339784400000005]
aws_iam_user_policy.app_vercel: Refreshing state... [id=app_vercel:terraform-20240328141028994700000001]
aws_schemas_discoverer.test: Refreshing state... [id=events-event-bus-api-gateway]
aws_iam_role.api_gateway_eventbridge: Refreshing state... [id=terraform-20240206162421745900000001]
aws_acm_certificate_validation.main: Refreshing state... [id=0001-01-01 00:00:00 +0000 UTC]
module.email_function.aws_cloudwatch_event_rule.main: Refreshing state... [id=arn:aws:events:eu-central-1:220746603587:event-bus/api-gateway/terraform-20240211081314103200000002]
module.email_function_api_gateway.aws_api_gateway_method.main: Refreshing state... [id=agm-xguhlotnsl-7af8s0-POST]
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_sqs_queue_redrive_allow_policy.main_deadletter: Refreshing state... [id=https://sqs.eu-central-1.amazonaws.com/220746603587/terraform-20240211081314103700000003]
module.email_function.aws_iam_role.main: Refreshing state... [id=terraform-20240211081405377800000007]
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_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_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_400: Refreshing state... [id=agmr-xguhlotnsl-7af8s0-POST-400]
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_404: Refreshing state... [id=agmr-xguhlotnsl-7af8s0-POST-404]
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_500: Refreshing state... [id=agir-xguhlotnsl-7af8s0-POST-500]
module.email_function.aws_lambda_function.main: Refreshing state... [id=email-function]
module.email_function_api_gateway.aws_api_gateway_integration_response.response_400: Refreshing state... [id=agir-xguhlotnsl-7af8s0-POST-400]
module.email_function_api_gateway.aws_api_gateway_integration_response.response_503: Refreshing state... [id=agir-xguhlotnsl-7af8s0-POST-503]
module.email_function_api_gateway.aws_api_gateway_integration_response.response_404: Refreshing state... [id=agir-xguhlotnsl-7af8s0-POST-404]
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_s3_object.mtls_truststore: Refreshing state... [id=truststore.pem]
aws_api_gateway_domain_name.main: Refreshing state... [id=sinister-api-test.simonknittel.de]
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]

No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

Warning: Argument is deprecated

  with cloudflare_record.main_validation["sinister-api-test.simonknittel.de"],
  on domain-name.tf line 21, in resource "cloudflare_record" "main_validation":
  21:   value   = each.value.record

`value` is deprecated in favour of `content` and will be removed in the next
major release.

(and one more similar warning elsewhere)

Copy link

@simonknittel simonknittel merged commit 161ae2b into develop Aug 20, 2024
10 checks passed
@simonknittel simonknittel deleted the renovate-self-hosted/patch-tuesday branch August 20, 2024 06:38
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