Skip to content

Commit 4239d76

Browse files
authored
Merge pull request #227 from NetApp/report-back
GROGU-5642
2 parents 45587bd + 22cd1e5 commit 4239d76

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Monitoring/CloudWatch-FSx/cloudformation-template.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"SendUsage": {
119119
"Type": "String",
120120
"AllowedValues": ["true", "false"],
121-
"Default": "false",
121+
"Default": "true",
122122
"Description": "This is a Boolean flag that indicates whether you agree to send usage data to NetApp. Set this to 'true' if you agree, or 'false' if you don't. Please note that we only collect data related to the usage of the CloudFormation template. No personal or identifiable information is collected or sent. Your consent helps us improve our product and provide better support by understanding how our templates are used."
123123
}
124124
},
@@ -183,7 +183,8 @@
183183
}
184184
]
185185
},
186-
"Region": {"Ref": "AWS::Region"}
186+
"Region": {"Ref": "AWS::Region"},
187+
"Source": "MonitoringDashboard"
187188
}
188189
},
189190
"SecretManagerEndPoint": {

0 commit comments

Comments
 (0)