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
| <aname="input_name"></a> [name](#input\_name)| Name to be assigned to all child resources. A suffix may be added internally when required. Use default value unless you need to install multiple instances |`string`|`"sfc"`| no |
107
-
| <aname="input_region"></a> [region](#input\_region)| Default region for resource creation in both organization master and secure-for-cloud member account |`string`|`"eu-central-1"`| no |
108
110
| <aname="input_sysdig_secure_endpoint"></a> [sysdig\_secure\_endpoint](#input\_sysdig\_secure\_endpoint)| Sysdig Secure API endpoint |`string`|`"https://secure.sysdig.com"`| no |
description="Default region for resource creation in both organization master and secure-for-cloud member account"
38
-
}
39
-
40
34
variable"name" {
41
35
type=string
42
36
description="Name to be assigned to all child resources. A suffix may be added internally when required. Use default value unless you need to install multiple instances"
Copy file name to clipboardExpand all lines: examples/organizational/README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,18 @@ Minimum requirements:
19
19
1. Have an existing AWS account as the organization management account
20
20
* Organizational CloudTrail service must be enabled
21
21
*[Organizational CloudFormation StackSets](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-enable-trusted-access.html) service must be enabled
22
-
2. AWS profile credentials configuration of the `management` account of the organization
22
+
1. Configure [Terraform **AWS** Provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs) of the `management` account of the organization
23
23
* This account credentials must be [able to manage cloudtrail creation](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/creating-trail-organization.html)
24
24
> You must be logged in with the management account for the organization to create an organization trail. You must also have sufficient permissions for the IAM user or role in the management account to successfully create an organization trail.
25
25
* When an account becomes part of an organization, AWS will create an `OrganizationAccountAccessRole`[for account management](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html), which Sysdig Secure for Cloud will use for member-account provisioning and role assuming.
26
26
<br/>This Role name is currently hardcoded.
27
-
3. Provide a member account ID for Sysdig Secure for Cloud workload to be deployed.
27
+
3. Provide a member **account ID for Sysdig Secure for Cloud workload** to be deployed.
28
28
Our recommendation is for this account to be empty, so that deployed resources are not mixed up with your workload.
29
29
This input must be provided as terraform required input value
|[aws_iam_policy_document.task_assume_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
108
+
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
96
99
97
100
## Inputs
98
101
@@ -104,7 +107,6 @@ Notice that:
104
107
| <aname="input_deploy_image_scanning"></a> [deploy\_image\_scanning](#input\_deploy\_image\_scanning)| true/false whether to deploy cloud\_scanning |`bool`|`true`| no |
105
108
| <aname="input_deploy_threat_detection"></a> [deploy\_threat\_detection](#input\_deploy\_threat\_detection)| true/false whether to deploy cloud\_connector |`bool`|`true`| no |
106
109
| <aname="input_name"></a> [name](#input\_name)| Name to be assigned to all child resources. A suffix may be added internally when required. Use default value unless you need to install multiple instances |`string`|`"sfc"`| no |
107
-
| <aname="input_region"></a> [region](#input\_region)| Default region for resource creation |`string`|`"eu-central-1"`| no |
108
110
| <aname="input_sysdig_secure_endpoint"></a> [sysdig\_secure\_endpoint](#input\_sysdig\_secure\_endpoint)| Sysdig Secure API endpoint |`string`|`"https://secure.sysdig.com"`| no |
0 commit comments