Skip to content

Use of deprecated argument overwrite on aws_ssm_parameter #64

@psy-q

Description

@psy-q

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug🐛 An issue with the system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions