Skip to content

Commit

Permalink
Remove non-relevant rules from waf_security_rule.html.markdown and ch…
Browse files Browse the repository at this point in the history
…ange `dns_record_name` description in site resource and documentation (#363)
  • Loading branch information
Pavel-Koev authored Oct 24, 2023
1 parent c059cb3 commit 8d8e58e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incapsula/resource_site.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ func resourceSite() *schema.Resource {
Computed: true,
},
"dns_record_name": {
Description: "The TXT record that needs to be updated with the `domain_verification` value.",
Description: "The DNS Record type TXT that should be created and set to the `domain_verification` output value.",
Type: schema.TypeString,
Computed: true,
},
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/site.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The following attributes are exported:
* `dns_a_record_name` - The A record name.
* `dns_a_record_value` - The A record value.
* `domain_verification` - The domain verification (e.g. GlobalSign verification, HTML meta tag).
* `dns_record_name` - The TXT record that needs to be updated with the `domain_verification` value.
* `dns_record_name` - The DNS Record type TXT that should be created and set to the `domain_verification` output value.
* `original_data_center_id` - Numeric representation of the data center created with the site. This parameter is
deprecated. Please, use data_source_data_center instead.

Expand Down

0 comments on commit 8d8e58e

Please sign in to comment.