Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.52 KB

File metadata and controls

35 lines (24 loc) · 1.52 KB

Requirements

Name Version
terraform >= 1.3.0

Providers

Name Version
oci n/a

Modules

No modules.

Resources

Name Type
oci_identity_dynamic_group.these resource

Inputs

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

Outputs

Name Description
dynamic_groups The dynamic groups.