Skip to content

Commit

Permalink
resource/alicloud_alb_load_balancer: mark attribute tags as Computed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHanZhang committed Feb 20, 2024
1 parent 6b53362 commit f6e7123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alicloud/resource_alicloud_alb_load_balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func resourceAliCloudAlbLoadBalancer() *schema.Resource {
Type: schema.TypeString,
Computed: true,
},
"tags": tagsSchema(),
"tags": tagsSchemaComputed(),
"vpc_id": {
Type: schema.TypeString,
Required: true,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/alb_load_balancer.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The following arguments are supported:
* `load_balancer_name` - (Optional) The name of the resource.
* `modification_protection_config` - (Optional, Computed) Modify the Protection Configuration. See [`modification_protection_config`](#modification_protection_config) below.
* `resource_group_id` - (Optional, Computed) The ID of the resource group.
* `tags` - (Optional, Map) The tag of the resource.
* `tags` - (Optional, Computed, Map) The tag of the resource.
* `vpc_id` - (Required, ForceNew) The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
* `zone_mappings` - (Required) The zones and vSwitches. You must specify at least two zones. See [`zone_mappings`](#zone_mappings) below.

Expand Down

0 comments on commit f6e7123

Please sign in to comment.