Skip to content

Commit

Permalink
Updated Schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbr7 committed Nov 23, 2024
1 parent ffd90ea commit 9d3d2ae
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions resourceSchema/schema_aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -304564,7 +304564,7 @@
},
"description": {
"type": "string",
"description": "Description for the cluster.\n"
"description": "Description for the cluster. Defaults to `\"Managed by Pulumi\"`.\n"
},
"enginePatchVersion": {
"type": "string",
Expand Down Expand Up @@ -304710,7 +304710,7 @@
},
"description": {
"type": "string",
"description": "Description for the cluster.\n"
"description": "Description for the cluster. Defaults to `\"Managed by Pulumi\"`.\n"
},
"engineVersion": {
"type": "string",
Expand Down Expand Up @@ -304843,7 +304843,7 @@
},
"description": {
"type": "string",
"description": "Description for the cluster.\n"
"description": "Description for the cluster. Defaults to `\"Managed by Pulumi\"`.\n"
},
"enginePatchVersion": {
"type": "string",
Expand Down Expand Up @@ -304974,7 +304974,7 @@
},
"description": {
"type": "string",
"description": "Description for the parameter group.\n"
"description": "Description for the parameter group. Defaults to `\"Managed by Pulumi\"`.\n"
},
"family": {
"type": "string",
Expand Down Expand Up @@ -305021,7 +305021,7 @@
"inputProperties": {
"description": {
"type": "string",
"description": "Description for the parameter group.\n",
"description": "Description for the parameter group. Defaults to `\"Managed by Pulumi\"`.\n",
"willReplaceOnChanges": true
},
"family": {
Expand Down Expand Up @@ -305066,7 +305066,7 @@
},
"description": {
"type": "string",
"description": "Description for the parameter group.\n",
"description": "Description for the parameter group. Defaults to `\"Managed by Pulumi\"`.\n",
"willReplaceOnChanges": true
},
"family": {
Expand Down Expand Up @@ -305267,7 +305267,7 @@
},
"description": {
"type": "string",
"description": "Description for the subnet group.\n"
"description": "Description for the subnet group. Defaults to `\"Managed by Pulumi\"`.\n"
},
"name": {
"type": "string",
Expand Down Expand Up @@ -305315,7 +305315,7 @@
"inputProperties": {
"description": {
"type": "string",
"description": "Description for the subnet group.\n"
"description": "Description for the subnet group. Defaults to `\"Managed by Pulumi\"`.\n"
},
"name": {
"type": "string",
Expand Down Expand Up @@ -305354,7 +305354,7 @@
},
"description": {
"type": "string",
"description": "Description for the subnet group.\n"
"description": "Description for the subnet group. Defaults to `\"Managed by Pulumi\"`.\n"
},
"name": {
"type": "string",
Expand Down Expand Up @@ -332500,7 +332500,7 @@
},
"optionGroupDescription": {
"type": "string",
"description": "Description of the option group.\n",
"description": "Description of the option group. Defaults to \"Managed by Pulumi\".\n",
"default": "Managed by Pulumi"
},
"options": {
Expand Down Expand Up @@ -332562,7 +332562,7 @@
},
"optionGroupDescription": {
"type": "string",
"description": "Description of the option group.\n",
"description": "Description of the option group. Defaults to \"Managed by Pulumi\".\n",
"default": "Managed by Pulumi",
"willReplaceOnChanges": true
},
Expand Down Expand Up @@ -332618,7 +332618,7 @@
},
"optionGroupDescription": {
"type": "string",
"description": "Description of the option group.\n",
"description": "Description of the option group. Defaults to \"Managed by Pulumi\".\n",
"default": "Managed by Pulumi",
"willReplaceOnChanges": true
},
Expand Down

0 comments on commit 9d3d2ae

Please sign in to comment.