-
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(as/cbr/cse): processing Fields Referencing Huawei Cloud #1007
docs(as/cbr/cse): processing Fields Referencing Huawei Cloud #1007
Conversation
3ead4a6
to
135194e
Compare
return fmt.Sprintf(` | ||
%s | ||
data "flexibleengine_as_groups" "groups" { | ||
enterprise_project_id = 0 |
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.
format error
docs/data-sources/as_groups.md
Outdated
data "flexibleengine_as_groups" "groups" { | ||
enterprise_project_id = ep_id |
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.
enterprise_project_id = ep_id | |
enterprise_project_id = var.ep_id |
135194e
to
db4814e
Compare
/lgtm |
docs/data-sources/as_groups.md
Outdated
data "flexibleengine_as_groups" "groups" { | ||
enterprise_project_id = var.ep_id |
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.
please delete this query parameter beacuse it should add whitelist for most users.
docs/data-sources/as_groups.md
Outdated
@@ -30,6 +33,9 @@ The following arguments are supported: | |||
- **DELETING**: indicates that the AS group is being deleted. | |||
- **FREEZED**: indicates that the AS group has been frozen. | |||
|
|||
* `enterprise_project_id` - (Optional, String, ForceNew) Specifies the enterprise project id of the AS group. |
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.
data source should be without ForceNew
db4814e
to
847d043
Compare
847d043
to
38c789f
Compare
1、resrouce_flexibleengine_cbr_vault
1.1 script test
2、resrouce_flexibleengine_cse_microservice_engine
2.1 script test
2.2 unit test already has the enterprise_project_id field.
3、data_source_flexibleengine_as_groups
3.1 unit test
3.2 script test