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
### what
add a datasource to retrieve general details about the platform
### why
provide general info about the deployment
### testing
acceptance tests and tested in sandbox
### docs
added here
# generated by https://github.com/hashicorp/terraform-plugin-docs
3
+
page_title: "stacklet_platform Data Source - terraform-provider-stacklet"
4
+
subcategory: ""
5
+
description: |-
6
+
Retrieve information about the Stacklet platform.
7
+
---
8
+
9
+
# stacklet_platform (Data Source)
10
+
11
+
Retrieve information about the Stacklet platform.
12
+
13
+
## Example Usage
14
+
15
+
```terraform
16
+
# Fetch details about the platform
17
+
data "stacklet_platform" "example" {}
18
+
```
19
+
20
+
<!-- schema generated by tfplugindocs -->
21
+
## Schema
22
+
23
+
### Read-Only
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))
27
+
-`execution_regions` (List of String) List of regions for which execution is enabled.
28
+
-`external_id` (String) The external ID for the deployment.
### Nested Schema for `aws_account_customer_config`
33
+
34
+
Read-Only:
35
+
36
+
-`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`
51
+
52
+
Read-Only:
53
+
54
+
-`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