Skip to content

Commit 7461b62

Browse files
authored
Merge pull request #153 from yunkon-kim/250409-20
Update tencent output
2 parents 4fd55c8 + 85b1561 commit 7461b62

File tree

1 file changed

+10
-10
lines changed
  • templates/vpn/aws-to-site/modules/tencent

1 file changed

+10
-10
lines changed

templates/vpn/aws-to-site/modules/tencent/outputs.tf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)