Add support for parameter "version-name" to resource "aws_ssm_document" #14107
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ssm
Issues and PRs that pertain to the ssm service.
Milestone
Community Note
Description
The AWS CLI API allows to specify the "version-name" when creating an "aws_ssm_document"
https://docs.aws.amazon.com/cli/latest/reference/ssm/create-document.html
This version is very usefull to work with progressive deployment, and even quite mandatory
So please add support for parameter "version-name" to resource "aws_ssm_document"
New or Affected Resource(s)
https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/resource_aws_ssm_document.go
Potential Terraform Configuration
References
https://docs.aws.amazon.com/cli/latest/reference/ssm/create-document.html
https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/resource_aws_ssm_document.go
The text was updated successfully, but these errors were encountered: