sharedfilesystem_securityservice_v2

Use this resource to configure a security service.

A security service stores configuration information for clients for authentication and authorization (AuthN/AuthZ). For example, a share server will be the client for an existing service such as LDAP, Kerberos, or Microsoft Active Directory.

Minimum supported Manila microversion is 2.7.

Example Usage

resource "openstack_sharedfilesystem_securityservice_v2" "securityservice_1" {
  name        = "security"
  description = "created by terraform"
  type        = "active_directory"
  server      = "192.168.199.10"
  dns_ip      = "192.168.199.10"
  domain      = "example.com"
  ou          = "CN=Computers,DC=example,DC=com"
  user        = "joinDomainUser"
  password    = "s8cret"
}

Argument Reference

The following arguments are supported:

Attributes Reference

Import

This resource can be imported by specifying the ID of the security service:

$ terraform import openstack_sharedfilesystem_securityservice_v2.securityservice_1 id