-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(csbs): fix docs issues. #995
docs(csbs): fix docs issues. #995
Conversation
0d22c31
to
2ce13db
Compare
2f98fdc
to
8a7283c
Compare
8a7283c
to
1bcd010
Compare
56d3040
to
d8cb603
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing field
"provider_id": {
Type: schema.TypeString,
Optional: true,
Default: "fc4d5750-22e7-4798-8a46-f48f62c4c1da",
ForceNew: true,
},
``
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no miss
/lgtm |
@@ -20,53 +20,63 @@ data "flexibleengine_csbs_backup_policy_v1" "csbs_policy" { | |||
|
|||
The following arguments are supported: | |||
|
|||
* `id` - (Optional) Specifies the ID of backup policy. | |||
* `region` - (Optional, String) The region in which to query the data source. If omitted, the provider-level region |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* `region` - (Optional, String) The region in which to query the data source. If omitted, the provider-level region | |
* `region` - (Optional, String) The region in which to query the data source. If omitted, the provider-level region |
docs/data-sources/csbs_backup_v1.md
Outdated
@@ -20,25 +20,28 @@ data "flexibleengine_csbs_backup_v1" "csbs" { | |||
|
|||
The following arguments are supported: | |||
|
|||
* `id` - (Optional) Specifies the ID of backup. | |||
* `region` - (Optional, String) The region in which to query the data source. If omitted, the provider-level region |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
d8cb603
to
e3c9c5e
Compare
fix docs issues.
1、resource_flexibleengine_csbs_backup_policy_v1
provider_id
is optional, in the following image do not haveprovider_id
field but it is still created successfully