@@ -41,16 +41,16 @@ output "vpn_info" {
4141 ], [])
4242 vpn_connections = try ([
4343 for conn in tencentcloud_vpn_connection . to_aws : {
44- resource_type = " tencentcloud_vpn_connection"
45- name = try (conn. name , null )
46- id = try (conn. id , null )
47- vpc_id = try (conn. vpc_id , null )
48- vpn_gateway_id = try (conn. vpn_gateway_id , null )
49- customer_gatway_id = try (conn. customer_gateway_id , null )
50- local_cidr_block = try (conn. local_cidr_block , null )
51- remote_cidr_block = try (conn. remote_cidr_block , null )
52- ike_local_address = try (conn. ike_config . local_address , null )
53- ike_remote_address = try (conn. ike_config . remote_address , null )
44+ resource_type = " tencentcloud_vpn_connection"
45+ name = try (conn. name , null )
46+ id = try (conn. id , null )
47+ vpc_id = try (conn. vpc_id , null )
48+ vpn_gateway_id = try (conn. vpn_gateway_id , null )
49+ customer_gatway_id = try (conn. customer_gateway_id , null )
50+ ike_local_address = try (conn. ike_local_address , null )
51+ ike_remote_address = try (conn. ike_remote_address , null )
52+ health_check_local_ip = try (conn. health_check_local_ip , null )
53+ health_check_remote_ip = try (conn. health_check_remote_ip , null )
5454 }
5555 ], [])
5656 }
0 commit comments