terraform-provider-aws icon indicating copy to clipboard operation
terraform-provider-aws copied to clipboard

[Docs]: Mark ip_address as required in aws_customer_gateway resource

Open CodeSinghh opened this issue 1 year ago • 1 comments

Description

This pull request addresses issue #37553.

The ip_address argument in the aws_customer_gateway resource was incorrectly marked as optional in the documentation. However, not specifying this parameter results in the following error:

Error: creating EC2 Customer Gateway: MissingParameter: The request must contain the parameter ipAddress

Changes Made

  • Updated the documentation to mark ip_address as a required argument.

Testing

  • Documentation changes only.

Relations

Closes #0000

References

Output from Acceptance Testing

% make testacc TESTS=TestAccXXX PKG=ec2

...

CodeSinghh avatar May 21 '24 15:05 CodeSinghh

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull 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.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

github-actions[bot] avatar May 21 '24 15:05 github-actions[bot]

@ewbankkit 👋 Could you please check and merge or provide feedback on PR #37623 ? Thanks!

CodeSinghh avatar May 31 '24 06:05 CodeSinghh