Skip to content

Commit

Permalink
change the param 'name' in identity_agency to ForceNew (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Zhang9309 authored Dec 26, 2020
1 parent 2c08aa0 commit 0851a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/identity_agency.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ resource "huaweicloud_identity_agency" "agency" {

The following arguments are supported:

* `name` - (Required, String, String) The name of agency. The name is a string of 1 to 64
characters.
* `name` - (Required, String, ForceNew) The name of agency. The name is a string of 1 to 64
characters. Changing this will create a new agency.

* `description` - (Optional, String) Provides supplementary information about the
agency. The value is a string of 0 to 255 characters.
Expand Down
1 change: 1 addition & 0 deletions huaweicloud/resource_huaweicloud_identity_agency.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func resourceIAMAgencyV3() *schema.Resource {
"name": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
"delegated_domain_name": {
Type: schema.TypeString,
Expand Down

0 comments on commit 0851a0c

Please sign in to comment.