Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikatong committed Mar 28, 2023
1 parent 28ac402 commit 261cef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tencentcloud/resource_tc_lighthouse_firewall_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func resourceTencentCloudLighthouseFirewallRule() *schema.Resource {
Schema: map[string]*schema.Schema{
"instance_id": {
Required: true,
ForceNew: true,
Type: schema.TypeString,
Description: "Instance ID.",
},
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/lighthouse_firewall_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "tencentcloud_lighthouse_firewall_rule" "firewall_rule" {
The following arguments are supported:

* `firewall_rules` - (Required, List) Firewall rule list.
* `instance_id` - (Required, String) Instance ID.
* `instance_id` - (Required, String, ForceNew) Instance ID.

The `firewall_rules` object supports the following:

Expand Down

0 comments on commit 261cef9

Please sign in to comment.