Skip to content

Commit

Permalink
update(org): include/exclude optional fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-pablo-camacho committed Jan 28, 2025
1 parent 3ac2d53 commit d02212c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/r/secure_organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ resource "sysdig_secure_organization" "sample" {

* `management_account_id` - (Required) Cloud Account created using resource sysdig_secure_cloud_auth_account.
* `organizational_unit_ids` - (Optional) List of organizational unit identifiers from which to onboard. If empty, the entire organization is onboarded.
* `included_organizational_groups` - (Optional) List of organizational groups to include during onboarding.
* `excluded_organizational_groups` - (Optional) List of organizational groups to exclude during onboarding.
* `included_cloud_accounts` - (Optional) List of cloud accounts to exclude during onboarding.
* `excluded_cloud_accounts` - (Optional) List of cloud accounts to include during onboarding.

## Attributes Reference

Expand Down

0 comments on commit d02212c

Please sign in to comment.