Skip to content

Commit

Permalink
Update schema json files based-on v1.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiChangkuo authored and github-actions[bot] committed Oct 13, 2023
1 parent 444d069 commit bf559f4
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 10 deletions.
4 changes: 0 additions & 4 deletions docs/json/data-sources/organizations_accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
"type": "string",
"description": "Specifies the ID of root or organizational unit.",
"optional": true
},
"region": {
"type": "string",
"computed": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
"type": "string",
"description": "Specifies the ID of root or organizational unit.",
"required": true
},
"region": {
"type": "string",
"computed": true
}
}
},
Expand Down
3 changes: 1 addition & 2 deletions docs/json/resources/cce_cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@
"map",
"string"
],
"optional": true,
"forcenew": true
"optional": true
},
"vpc_id": {
"type": "string",
Expand Down
2 changes: 2 additions & 0 deletions docs/json/resources/cce_node.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
"string"
],
"optional": true,
"computed": true,
"forcenew": true
},
"kms_key_id": {
Expand Down Expand Up @@ -293,6 +294,7 @@
"string"
],
"optional": true,
"computed": true,
"forcenew": true
},
"kms_key_id": {
Expand Down
2 changes: 2 additions & 0 deletions docs/json/resources/cce_node_pool.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@
"string"
],
"optional": true,
"computed": true,
"forcenew": true
},
"kms_key_id": {
Expand Down Expand Up @@ -283,6 +284,7 @@
"string"
],
"optional": true,
"computed": true,
"forcenew": true
},
"kms_key_id": {
Expand Down
31 changes: 31 additions & 0 deletions docs/json/resources/smn_subscription.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,37 @@
"required": true,
"forcenew": true
}
},
"block_types": {
"extension": {
"block": {
"attributes": {
"client_id": {
"type": "string",
"optional": true,
"forcenew": true
},
"client_secret": {
"type": "string",
"optional": true,
"forcenew": true
},
"keyword": {
"type": "string",
"optional": true,
"forcenew": true
},
"sign_secret": {
"type": "string",
"optional": true,
"forcenew": true
}
}
},
"nesting_mode": "list",
"forcenew": true,
"max_items": 1
}
}
},
"product": {
Expand Down

0 comments on commit bf559f4

Please sign in to comment.