From bd4b72eb9237b4afd38126d3a1bd3e619109e75e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Tue, 3 Dec 2024 13:20:57 +0000 Subject: [PATCH] docs: update the usage of the attachment submodule --- modules/attachment/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/attachment/README.md b/modules/attachment/README.md index 8bfc709..3128502 100644 --- a/modules/attachment/README.md +++ b/modules/attachment/README.md @@ -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 = "" }] }]