Skip to content

Commit

Permalink
docs(cbr/cse): processing Fields Referencing Huawei Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Zippo-Wang committed Sep 12, 2023
1 parent e32e132 commit 14a728e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docs/resources/cbr_vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ The following arguments are supported:
+ **disk** (EVS Disks)
+ **turbo** (SFS Turbo file systems)

* `enterprise_project_id` - (Optional, String, ForceNew) Specifies the enterprise project id of the cbr vault resource.
Changing this will create a new resource.

* `protection_type` - (Required, String, ForceNew) Specifies the protection type of the CBR vault.
The valid values are **backup** and **replication**. Vaults of type **disk** don't support **replication**.
Changing this will create a new vault.
Expand Down
3 changes: 3 additions & 0 deletions docs/resources/cse_microservice_engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ The following arguments are supported:
The name must start with a letter and cannot end with a hyphen (-).
Changing this will create a new engine.

* `enterprise_project_id` - (Optional, String, ForceNew) Specifies the enterprise project id of the cse microservice
engine resource. Changing this will create a new resource.

* `flavor` - (Required, String, ForceNew) Specifies the flavor of the dedicated microservice engine.
Changing this will create a new engine.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,11 @@ func testAccCBRV3Vault_serverBasic(rName string) string {
%s
resource "flexibleengine_cbr_vault" "test" {
name = "%s"
type = "server"
consistent_level = "crash_consistent"
protection_type = "backup"
size = 200
name = "%s"
type = "server"
consistent_level = "crash_consistent"
protection_type = "backup"
size = 200
resources {
server_id = flexibleengine_compute_instance_v2.test.id
Expand Down

0 comments on commit 14a728e

Please sign in to comment.