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 enabled
  • logon_enabled (Boolean) Is login/password required to access shares
  • logon_user (String) Login user name
  • print_share_enabled (Boolean) Is printer sharing enabled
  • v2_enabled (Boolean) Is SMBv2/v3 enabled
  • workgroup (String) Workgroup name