You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/platform.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,43 @@ data "stacklet_platform" "example" {}
22
22
23
23
### Read-Only
24
24
25
+
-`aws_account_customer_config` (Attributes) Customer configuration for AWS accounts. (see [below for nested schema](#nestedatt--aws_account_customer_config))
26
+
-`aws_org_read_customer_config` (Attributes) Customer configuration for AWS organization read access. (see [below for nested schema](#nestedatt--aws_org_read_customer_config))
25
27
-`default_role` (String) Default role for users.
26
28
-`execution_regions` (List of String) List of regions for which execution is enabled.
27
29
-`external_id` (String) The external ID for the deployment.
### Nested Schema for `aws_account_customer_config`
34
+
35
+
Read-Only:
36
+
37
+
-`terraform_module` (Attributes) Terraform module configuration for account setup. (see [below for nested schema](#nestedatt--aws_account_customer_config--terraform_module))
### Nested Schema for `aws_org_read_customer_config`
52
+
53
+
Read-Only:
54
+
55
+
-`terraform_module` (Attributes) Terraform module configuration for organization read access setup. (see [below for nested schema](#nestedatt--aws_org_read_customer_config--terraform_module))
0 commit comments