Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove non-relevant rules from waf_security_rule.html.markdown and ch… #363

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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