Skip to content

Commit 5f1cde2

Browse files
committed
Updated the CloudFormation template and README file to be clearer.
1 parent 0db507e commit 5f1cde2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Monitoring/monitor-ontap-services/cloudformation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,19 +204,19 @@ Parameters:
204204
AllowedValues: ["true", "false"]
205205

206206
createSNSEndpoint:
207-
Description: "Set to 'true if you want to create an SNS endpoint."
207+
Description: "Set to 'true' if you want to create an SNS endpoint."
208208
Type: String
209209
Default: "false"
210210
AllowedValues: ["true", "false"]
211211

212212
createCloudWatchLogsEndpoint:
213-
Description: "Set to 'true if you want to create a CloudWatch logs endpoint."
213+
Description: "Set to 'true' if you want to create a CloudWatch logs endpoint."
214214
Type: String
215215
Default: "false"
216216
AllowedValues: ["true", "false"]
217217

218218
createS3Endpoint:
219-
Description: "Set to 'true if you want to create an S3 endpoint."
219+
Description: "Set to 'true' if you want to create an S3 endpoint."
220220
Type: String
221221
Default: "false"
222222
AllowedValues: ["true", "false"]

0 commit comments

Comments
 (0)