freebox_netshare_samba_configuration (Data Source)
Get information about the Samba configuration.
Example
data "freebox_netshare_samba_configuration" "example" {}
output "workgroup" {
value = data.freebox_netshare_samba_configuration.example.workgroup
}
Schema
Read-Only
file_share_enabled(Boolean) Is file sharing enabledlogon_enabled(Boolean) Is login/password required to access shareslogon_user(String) Login user nameprint_share_enabled(Boolean) Is printer sharing enabledv2_enabled(Boolean) Is SMBv2/v3 enabledworkgroup(String) Workgroup name