terraform-google-bastion-host icon indicating copy to clipboard operation
terraform-google-bastion-host copied to clipboard

add can_ip_forward variable

Open rojomisin opened this issue 2 years ago • 1 comments

This would allow setting can_ip_forward to be accessible in this bastion module instance template.

rojomisin avatar Oct 05 '22 21:10 rojomisin

@rojomisin Thanks for the PR! 🚀 Unfortunately it looks like some of our CI checks failed. See the Contributing Guide for details.

  • ⚠️check_terraform Failed Terraform check. More details below.
Running terraform fmt
main.tf
--- old/main.tf
+++ new/main.tf
@@ -87,7 +87,7 @@
    subnetwork         = var.subnet
    subnetwork_project = var.host_project != "" ? var.host_project : var.project
    access_config      = var.external_ip ? var.access_config : []
-#    access_config      = var.external_ip != "" ? var.access_config : [{nat_ip : var.external_ip, network_tier : "PREMIUM", public_ptr_domain_name : ""}]
+    #    access_config      = var.external_ip != "" ? var.access_config : [{nat_ip : var.external_ip, network_tier : "PREMIUM", public_ptr_domain_name : ""}]
  }

  source_instance_template = module.instance_template.self_link
Error: terraform fmt failed with exit code 3
Check the output for diffs and correct using terraform fmt <dir>

comment-bot-dev avatar Oct 07 '22 20:10 comment-bot-dev

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] avatar Dec 06 '22 23:12 github-actions[bot]