Suraj Kanojia
Suraj Kanojia
Added new GCP AWS HA VPN setup using terraform Added tool README Added reference in repo README
…tring ### Related issue Fixes #3621 ### Description In plain English, describe your approach to addressing the issue linked above. For example, if you made a particular design decision, let...
### Expected Behavior false should come as a parameter instead it is empty in hcl, it is present in .json "" empty string in resource and module also fails to...
### Expected Behavior key value pair "ip_addddress": "8.8.4.4" is missing in cdk.tf.json and cdk.hcl ``` "resource": { "google_compute_external_vpn_gateway": { "ext_vpn_gtw_vpn-ext-gw1": { "//": { "metadata": { "path": "FoundationStack/ext_vpn_gtw_vpn-ext-gw1", "uniqueId": "ext_vpn_gtw_vpn-ext-gw1" }...
resource with "" empty string does not render in hcl variable default value 0,false,"" does not render in hcl local with value 0,false,"" does not render in hcl ### Expected...
### TL;DR support psc in mssql submodule ### Terraform Resources ```markdown Add this in https://github.com/terraform-google-modules/terraform-google-sql-db/tree/master/modules/mssql mssql submodule https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#psc_enabled ``` ### Detailed design _No response_ ### Additional information _No response_
Instance Template auto delete should be of bool type https://github.com/terraform-google-modules/terraform-google-vm/blob/2661dd5e528b75e91ee12afea76b6de963b22679/modules/instance_template/variables.tf#L185-L189