Skip to content

Commit af39894

Browse files
committed
minor option changes
1 parent 5140a59 commit af39894

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ Follow the instructions below in order to deploy from this repository:
5252
The script takes following parameters:
5353

5454
**-t OR --template-body**: CloudFormation template file. Defaults to managed0gdb-cft.yml. **(Optional)**
55-
**-r OR --region-list**: List of regions separated by commas, where the stack will be deployed. **(Required)**
56-
**-a OR --consent-anonymous-data-collect**: Opt-in or out of anonymous one time data collection.(yes/no). Only collects region name, creation time, stack name and uuid portion of the stack id (for uniqueness). Defaults to accept. **(Optional)**
55+
**-r OR --region-list**: List of regions separated by commas, where the stack will be deployed. **(Required)**
56+
**-a OR --consent-anonymous-data-collect**: This script collects anonymous, non PII and non-account identifiable data, to understand how many times this solution has been deployed by customers. Data collection is completely optional, and if you pass ‘no’ as a value, you will be opted out. This parameters is optional, and defaults to ‘yes’. It only collects, stack name, region, timestamp and the UUID portion of the stack id (for uniqueness).
57+
We only collect data to understand how much the solution is being used, and if it is in-fact being used, then it motivates us to continue to put resources and efforts in it to refine it further and add features.
58+
**(Optional)**
5759
**-s OR --stack-name**: CloudFormation Stack Name. **(Required)**
5860
</details>
5961

0 commit comments

Comments
 (0)