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: terraform/readme.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,4 +159,16 @@ In the CloudFormation template sample, a lambda custom resource was used to crea
159
159
160
160
### Project Creation
161
161
162
-
Module samples to create a Datazone project are currently on hold due to an [open issue for project profile creation](https://github.com/hashicorp/terraform-provider-awscc/issues/2380) through the AWS Cloud Control provider. We will monitor the issue and update the sample once this becomes available.
162
+
Module samples to create a Datazone project are currently on hold due to an [open issue for project profile creation](https://github.com/hashicorp/terraform-provider-awscc/issues/2380) through the AWS Cloud Control provider. We will monitor the issue and update the sample once this becomes available.
163
+
164
+
### Below use case steps to automate process of account association and data onboarding.
165
+
166
+
1. Create IAM roles using CFN
167
+
2. Create domain using CFN
168
+
3. Add SSO/IAM users CFN
169
+
4. Associate accountants TF
170
+
5. Enable blue prints in associated account TF
171
+
6. Project profile creation for associated account CFN
172
+
7. Policy grants for blue prints and project profile CFN/TF
0 commit comments