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

Deprecated overwrite parameter #58

Open
nitrocode opened this issue Apr 16, 2024 · 2 comments
Open

Deprecated overwrite parameter #58

nitrocode opened this issue Apr 16, 2024 · 2 comments
Labels
bug 🐛 An issue with the system

Comments

@nitrocode
Copy link
Member

Describe the Bug

After a terraform apply

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
╷
│ Warning: Argument is deprecated
│ 
│   with module.ses.module.ses_user.module.store_write[0].aws_ssm_parameter.default["/system_user/ccp-dev/access_key_id"],
│   on .terraform/modules/ses.ses_user.store_write/main.tf line 22, in resource "aws_ssm_parameter" "default":
│   22:   overwrite       = each.value.overwrite
│ 
│ this attribute has been deprecated
│ 
│ (and one more similar warning elsewhere)

From upstream docs

Warning
overwrite also makes it possible to overwrite an existing SSM Parameter that's not created by Terraform before. This argument has been deprecated and will be removed in v6.0.0 of the provider. For more information on how this affects the behavior of this resource, see this issue comment.

Expected Behavior

No deprecation warning

Steps to Reproduce

Run terraform apply using this module

Screenshots

No response

Environment

No response

Additional Context

@nitrocode nitrocode added the bug 🐛 An issue with the system label Apr 16, 2024
@msrdjan
Copy link

msrdjan commented May 14, 2024

Looks like this won't (can't) be removed until v6.0.0 of the provider is released. See cd25893.

@joe-niland
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

3 participants