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"fortios_wirelesscontroller_bleprofile" {
source="./modules/fortios/r/fortios_wirelesscontroller_bleprofile"# advertising - (optional) is a type of stringadvertising=null# beacon_interval - (optional) is a type of numberbeacon_interval=null# ble_scanning - (optional) is a type of stringble_scanning=null# comment - (optional) is a type of stringcomment=null# eddystone_instance - (optional) is a type of stringeddystone_instance=null# eddystone_namespace - (optional) is a type of stringeddystone_namespace=null# eddystone_url - (optional) is a type of stringeddystone_url=null# eddystone_url_encode_hex - (optional) is a type of stringeddystone_url_encode_hex=null# ibeacon_uuid - (optional) is a type of stringibeacon_uuid=null# major_id - (optional) is a type of numbermajor_id=null# minor_id - (optional) is a type of numberminor_id=null# name - (optional) is a type of stringname=null# txpower - (optional) is a type of stringtxpower=null
}
resource"fortios_wirelesscontroller_bleprofile""this" {
# advertising - (optional) is a type of stringadvertising=var.advertising# beacon_interval - (optional) is a type of numberbeacon_interval=var.beacon_interval# ble_scanning - (optional) is a type of stringble_scanning=var.ble_scanning# comment - (optional) is a type of stringcomment=var.comment# eddystone_instance - (optional) is a type of stringeddystone_instance=var.eddystone_instance# eddystone_namespace - (optional) is a type of stringeddystone_namespace=var.eddystone_namespace# eddystone_url - (optional) is a type of stringeddystone_url=var.eddystone_url# eddystone_url_encode_hex - (optional) is a type of stringeddystone_url_encode_hex=var.eddystone_url_encode_hex# ibeacon_uuid - (optional) is a type of stringibeacon_uuid=var.ibeacon_uuid# major_id - (optional) is a type of numbermajor_id=var.major_id# minor_id - (optional) is a type of numberminor_id=var.minor_id# name - (optional) is a type of stringname=var.name# txpower - (optional) is a type of stringtxpower=var.txpower
}