Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.84 KB

File metadata and controls

38 lines (27 loc) · 1.84 KB

Requirements

Name Version
terraform >= 1.3.0

Providers

Name Version
oci n/a

Modules

No modules.

Resources

Name Type
oci_identity_group.these resource
oci_identity_user_group_membership.these resource
oci_identity_users.these data source

Inputs

Name Description Type Default Required
groups_configuration The groups configuration.
object({
default_defined_tags = optional(map(string)),
default_freeform_tags = optional(map(string))
groups = map(object({
name = string,
description = string,
members = optional(list(string)),
defined_tags = optional(map(string)),
freeform_tags = optional(map(string))
}))
})
null no
module_name The module name. string "iam-groups" no
tenancy_ocid The OCID of the tenancy. string n/a yes

Outputs

Name Description
groups The groups.
memberships The group memberships.