[Bug]: aws_appconfig_deployment_strategy replicate_to argument should not be required #40259
Labels
bug
Addresses a defect in current functionality.
needs-triage
Waiting for first response or review from a maintainer.
service/appconfig
Issues and PRs that pertain to the appconfig service.
Terraform Core Version
1.9.8
AWS Provider Version
5.77.0
Affected Resource(s)
Expected Behavior
The
replicate_to
argument should not be required. It is not required in the AWS API:https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_CreateDeploymentStrategy.html
Actual Behavior
Although the provider documentation states that this argument is required, the resource can be created successfully without providing it.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
replicate_to
argument.Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appconfig_deployment_strategy
https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_CreateDeploymentStrategy.html
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: