You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"aviatrix_aws_tgw_peering_domain_conn" {
source="./modules/aviatrix/r/aviatrix_aws_tgw_peering_domain_conn"# domain_name1 - (required) is a type of stringdomain_name1=null# domain_name2 - (required) is a type of stringdomain_name2=null# tgw_name1 - (required) is a type of stringtgw_name1=null# tgw_name2 - (required) is a type of stringtgw_name2=null
}
variable"domain_name1" {
description="(required) - The name of the source domain to make a connection."type=string
}
variable"domain_name2" {
description="(required) - The name of the destination domain to make a connection."type=string
}
variable"tgw_name1" {
description="(required) - The AWS tgw name of the source domain to make a connection."type=string
}
variable"tgw_name2" {
description="(required) - The AWS tgw name of the destination domain to make a connection."type=string
}
resource"aviatrix_aws_tgw_peering_domain_conn""this" {
# domain_name1 - (required) is a type of stringdomain_name1=var.domain_name1# domain_name2 - (required) is a type of stringdomain_name2=var.domain_name2# tgw_name1 - (required) is a type of stringtgw_name1=var.tgw_name1# tgw_name2 - (required) is a type of stringtgw_name2=var.tgw_name2
}