You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Removing the argument will likely cause warnings. However, ignoring the warning and continuing the apply appears to suppress further warnings on subsequent runs, at least in my limited testing with v5.4.0
Describe the Bug
The
overwrite
argument onaws_ssm_parameter
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
The text was updated successfully, but these errors were encountered: