Skip to content

Commit b55289b

Browse files
committed
min
1 parent 4e279cd commit b55289b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

cfn-resources/resource-policy/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati
6868

6969
#### Description
7070

71-
Description of the Atlas resource policy..
71+
Description of the Atlas resource policy.
7272

7373
_Required_: No
7474

cfn-resources/resource-policy/mongodb-atlas-resourcepolicy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"Description": {
8282
"type": "string",
83-
"description": "Description of the Atlas resource policy.."
83+
"description": "Description of the Atlas resource policy."
8484
},
8585
"OrgId": {
8686
"type": "string",

examples/resource-policy/resource-policy.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"Type": "String",
1616
"Description": "Resource policy name."
1717
},
18+
"Description": {
19+
"Type": "String",
20+
"Description": "Description of the Atlas resource policy."
21+
},
1822
"Policies": {
1923
"Type": "String",
2024
"Description": "Policies description"
@@ -34,6 +38,9 @@
3438
"Name": {
3539
"Ref": "Name"
3640
},
41+
"Description": {
42+
"Ref": "Description"
43+
},
3744
"Policies": [
3845
{
3946
"Body": {

0 commit comments

Comments
 (0)