Closed juho9000 closed 3 years ago
@antonbabenko any update on this PR?
FYI we've just released terraform-docs v0.15.0
which allows for ignoring reading .terraform.lock.hcl
. This PR can partially be updated to incorporate the new change, or just leave it as is.
Thanks for reviewing, I've changed the default values to used AWS defaults as suggested.
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Add support for local_ipv4_network_cidr remote_ipv4_network_cidr parameters of aws_vpn_connection resource
Motivation and Context
https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/issues/44
Breaking Changes
Not exactly a breaking change, but maybe good to know; Running pre-commit updates the provider in docs to the one from Terraform lockfile, see: https://github.com/terraform-docs/terraform-docs/issues/517
How Has This Been Tested?
examples/*
projects