Closed hcavarsan closed 2 years ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
@hcavarsan Thanks for the PR! π Unfortunately it looks like some of our CI checks failed. See the Contributing Guide for details.
Running terraform fmt
Running terraform validate
terraform_validate .
β·
β
Error: Unsupported argument β
β
on main.tf line 59, in resource "google_compute_router_nat" "main": β
59:
tcp_time_wait_timeout_sec
= var.tcp_time_wait_timeout_sec
β
β
An argument named "tcp_time_wait_timeout_sec" is not expected here. β΅ terraform_validate ./examples/advanced β· β
Error: Unsupported argument β
β
on ../../main.tf line 59, in resource "google_compute_router_nat" "main": β
59:
tcp_time_wait_timeout_sec
= var.tcp_time_wait_timeout_sec
β
β
An argument named "tcp_time_wait_timeout_sec" is not expected here. β΅ terraform_validate ./examples/basic β· β
Error: Unsupported argument β
β
on ../../main.tf line 59, in resource "google_compute_router_nat" "main": β
59:
tcp_time_wait_timeout_sec
= var.tcp_time_wait_timeout_sec
β
β
An argument named "tcp_time_wait_timeout_sec" is not expected here. β΅ terraform_validate ./examples/nat_with_compute_engine Success! The configuration is valid. terraform_validate ./examples/nat_with_gke Success! The configuration is valid. terraform_validate ./test/fixtures/advanced β· β
Error: Unsupported argument β
β
on ../../../main.tf line 59, in resource "google_compute_router_nat" "main": β
59:
tcp_time_wait_timeout_sec
= var.tcp_time_wait_timeout_sec
β
β
An argument named "tcp_time_wait_timeout_sec" is not expected here. β΅ terraform_validate ./test/fixtures/basic β· β
Error: Unsupported argument β
β
on ../../../main.tf line 59, in resource "google_compute_router_nat" "main": β
59:
tcp_time_wait_timeout_sec
= var.tcp_time_wait_timeout_sec
β
β
An argument named "tcp_time_wait_timeout_sec" is not expected here. β΅ terraform_validate ./test/fixtures/subnetworks β· β
Error: Unsupported argument β
β
on ../../../main.tf line 59, in resource "google_compute_router_nat" "main": β
59:
tcp_time_wait_timeout_sec
= var.tcp_time_wait_timeout_sec
β
β
An argument named "tcp_time_wait_timeout_sec" is not expected here. β΅ terraform_validate ./test/setup Success! The configuration is valid.
add new variable to set TCP time wait timeout
closes https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/72