-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Describe the Bug
The overwrite argument on aws_ssm_parameter has been deprecated:
│ Warning: Argument is deprecated
│
│ with module.mq.module.mq_broker.aws_ssm_parameter.mq_application_username[0],
│ on .terraform/modules/mq.mq_broker/main.tf line 74, in resource "aws_ssm_parameter" "mq_application_username":
│ 74: overwrite = var.overwrite_ssm_parameter
│
│ this attribute has been deprecated
See docs for reference: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter#overwrite
Expected Behavior
No deprecation warnings are printed.
Steps to Reproduce
Use terraform-aws-mq-broker 3.1.0 with the aws provider 5.x.
Screenshots
No response
Environment
No response
Additional Context
No response
bateller
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system