Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions modules/attachment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ module "create_scc_profile_attachment " {
# Configure the scope for the attachment - below scope will scan the whole account
scope = [{
environment = "ibm-cloud"
# supported property names are "scope_type" and "scope_id"
properties = [{
name = "scope_type"
value = "account"
value = "account" # "scope_type" supports values: "account", "account.resource_group", "enterprise", "enterprise.account" and "enterprise.account_group"
},
{
name = "scope_id"
name = "scope_id" # "scope_id" value will be the id of the "scope_type" (eg. "account" will be the ID of the IBM Cloud account)
value = "<account-id>"
}]
}]
Expand Down