From a681b2b42f05472130de2ae227e34e9c2913a145 Mon Sep 17 00:00:00 2001 From: "pavel.koev" Date: Tue, 24 Oct 2023 09:06:57 +0300 Subject: [PATCH] Remove non-relevant rules from waf_security_rule.html.markdown and change `dns_record_name` description in site resource and documentation --- incapsula/resource_site.go | 2 +- website/docs/r/site.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incapsula/resource_site.go b/incapsula/resource_site.go index 46e140fe..4128c4dd 100644 --- a/incapsula/resource_site.go +++ b/incapsula/resource_site.go @@ -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, }, diff --git a/website/docs/r/site.html.markdown b/website/docs/r/site.html.markdown index 49269f03..36a84ebd 100644 --- a/website/docs/r/site.html.markdown +++ b/website/docs/r/site.html.markdown @@ -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.