Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: aws_appconfig_deployment_strategy replicate_to argument should not be required #40259

Open
richardowen opened this issue Nov 22, 2024 · 1 comment
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.

Comments

@richardowen
Copy link
Contributor

Terraform Core Version

1.9.8

AWS Provider Version

5.77.0

Affected Resource(s)

  • aws_appconfig_deployment_strategy

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

resource "aws_appconfig_deployment_strategy" "test" {
  name                           = "test"
  deployment_duration_in_minutes = 0
  growth_factor                  = 100
}

Steps to Reproduce

  1. Create the resource using the provided configuration
  2. Observe that the resource is created successfully, without providing the 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

@richardowen richardowen added the bug Addresses a defect in current functionality. label Nov 22, 2024
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@github-actions github-actions bot added service/appconfig Issues and PRs that pertain to the appconfig service. needs-triage Waiting for first response or review from a maintainer. labels Nov 22, 2024
@richardowen richardowen changed the title [Bug]: aws_appconfig_deployment_strategy replicate_to argument is not required [Bug]: aws_appconfig_deployment_strategy replicate_to argument should not be required Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant