-
-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Is your request related to a new offering from AWS?
Shouldn't be new, but maybe some things have continued to change in official/deprecated features? I see this was done a few years back, but not sure what deprecation is being referred to there: #1. Just let me know if I'm missing something here.
I do now see some indications that it was at one point deprecated in 5.x versions of the AWS provider, but those deprecation notices seem to have been removed in newer versions.
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
- No 🛑: please wait to file a request until the functionality is avaialble in the AWS provider
- Yes ✅: please list the AWS provider version which introduced this functionality
Yes, I see that the overwrite attribute for the aws_ssm_parameter is currently available in the latest version of the provider (6.17.0 as of filing this issue) and not noted as deprecated: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter#overwrite-1
Is your request related to a problem? Please describe.
No, I have certain use-cases that warrant exposing this option
Describe the solution you'd like.
An overwrite variable defined for this module that is passed through to the related aws_ssm_parameter resource call
Describe alternatives you've considered.
Bypassing this module so I can use the overwrite attribute of the resource
Additional context
N/A