Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 7b40a49

Browse files
authored
docs: update the usage of the attachment submodule (#209)
1 parent 486f570 commit 7b40a49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/attachment/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ module "create_scc_profile_attachment " {
2424
# Configure the scope for the attachment - below scope will scan the whole account
2525
scope = [{
2626
environment = "ibm-cloud"
27+
# supported property names are "scope_type" and "scope_id"
2728
properties = [{
2829
name = "scope_type"
29-
value = "account"
30+
value = "account" # "scope_type" supports values: "account", "account.resource_group", "enterprise", "enterprise.account" and "enterprise.account_group"
3031
},
3132
{
32-
name = "scope_id"
33+
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)
3334
value = "<account-id>"
3435
}]
3536
}]

0 commit comments

Comments
 (0)