terraform-aws-modules / terraform-aws-lambda

Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws
Apache License 2.0
886 stars 657 forks source link

feat: Update deprecated ressource docker_registry_image #410

Closed vakintosh closed 1 year ago

vakintosh commented 1 year ago

Description

Updated the ressource " docker_registry_image" to "docker_image". Also updated the variable "keep_remotely" to "keep_locally"

Motivation and Context

Following the error : ╷ │ Warning: Argument is deprecated │ │ with module.docker_image.docker_registry_image.this, │ on .terraform/modules/docker_image/modules/docker-build/main.tf line 12, in resource "docker_registry_image" "this": │ 12: resource "docker_registry_image" "this" { │ │ Use docker_image resource instead. This field will be removed in the next major release.

Breaking Changes

How Has This Been Tested?

github-actions[bot] commented 1 year ago

This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days

github-actions[bot] commented 1 year ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.