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
resource"fortios_switchcontroller_location""this" {
# name - (optional) is a type of stringname=var.namedynamic"address_civic" {
for_each=var.address_civiccontent {
# additional - (optional) is a type of stringadditional=address_civic.value["additional"]
# additional_code - (optional) is a type of stringadditional_code=address_civic.value["additional_code"]
# block - (optional) is a type of stringblock=address_civic.value["block"]
# branch_road - (optional) is a type of stringbranch_road=address_civic.value["branch_road"]
# building - (optional) is a type of stringbuilding=address_civic.value["building"]
# city - (optional) is a type of stringcity=address_civic.value["city"]
# city_division - (optional) is a type of stringcity_division=address_civic.value["city_division"]
# country - (optional) is a type of stringcountry=address_civic.value["country"]
# country_subdivision - (optional) is a type of stringcountry_subdivision=address_civic.value["country_subdivision"]
# county - (optional) is a type of stringcounty=address_civic.value["county"]
# direction - (optional) is a type of stringdirection=address_civic.value["direction"]
# floor - (optional) is a type of stringfloor=address_civic.value["floor"]
# landmark - (optional) is a type of stringlandmark=address_civic.value["landmark"]
# language - (optional) is a type of stringlanguage=address_civic.value["language"]
# name - (optional) is a type of stringname=address_civic.value["name"]
# number - (optional) is a type of stringnumber=address_civic.value["number"]
# number_suffix - (optional) is a type of stringnumber_suffix=address_civic.value["number_suffix"]
# parent_key - (optional) is a type of stringparent_key=address_civic.value["parent_key"]
# place_type - (optional) is a type of stringplace_type=address_civic.value["place_type"]
# post_office_box - (optional) is a type of stringpost_office_box=address_civic.value["post_office_box"]
# postal_community - (optional) is a type of stringpostal_community=address_civic.value["postal_community"]
# primary_road - (optional) is a type of stringprimary_road=address_civic.value["primary_road"]
# road_section - (optional) is a type of stringroad_section=address_civic.value["road_section"]
# room - (optional) is a type of stringroom=address_civic.value["room"]
# script - (optional) is a type of stringscript=address_civic.value["script"]
# seat - (optional) is a type of stringseat=address_civic.value["seat"]
# street - (optional) is a type of stringstreet=address_civic.value["street"]
# street_name_post_mod - (optional) is a type of stringstreet_name_post_mod=address_civic.value["street_name_post_mod"]
# street_name_pre_mod - (optional) is a type of stringstreet_name_pre_mod=address_civic.value["street_name_pre_mod"]
# street_suffix - (optional) is a type of stringstreet_suffix=address_civic.value["street_suffix"]
# sub_branch_road - (optional) is a type of stringsub_branch_road=address_civic.value["sub_branch_road"]
# trailing_str_suffix - (optional) is a type of stringtrailing_str_suffix=address_civic.value["trailing_str_suffix"]
# unit - (optional) is a type of stringunit=address_civic.value["unit"]
# zip - (optional) is a type of stringzip=address_civic.value["zip"]
}
}
dynamic"coordinates" {
for_each=var.coordinatescontent {
# altitude - (optional) is a type of stringaltitude=coordinates.value["altitude"]
# altitude_unit - (optional) is a type of stringaltitude_unit=coordinates.value["altitude_unit"]
# datum - (optional) is a type of stringdatum=coordinates.value["datum"]
# latitude - (optional) is a type of stringlatitude=coordinates.value["latitude"]
# longitude - (optional) is a type of stringlongitude=coordinates.value["longitude"]
# parent_key - (optional) is a type of stringparent_key=coordinates.value["parent_key"]
}
}
dynamic"elin_number" {
for_each=var.elin_numbercontent {
# elin_num - (optional) is a type of stringelin_num=elin_number.value["elin_num"]
# parent_key - (optional) is a type of stringparent_key=elin_number.value["parent_key"]
}
}
}