You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`access_type` - (Optional, ForceNew) The DNS setup. Valid values:
62
+
*`access_type` - (Required, ForceNew) The DNS setup. Valid values:
69
63
-`NS`
70
64
-`CNAME`
71
65
*`add_client_geolocation_header` - (Optional, Available since v1.244.0) Add visitor geolocation header. Value range:
@@ -103,9 +97,12 @@ The following arguments are supported:
103
97
*`ipv6_enable` - (Optional, Computed, Available since v1.244.0) Specifies whether to enable IPv6. Valid values:
104
98
-`on`
105
99
-`off`
106
-
*`ipv6_region` - (Optional, Available since v1.251.0) The region in which Ipv6 is enabled. The default value is x.x:
100
+
*`ipv6_region` - (Optional, Computed, Available since v1.251.0) The region in which Ipv6 is enabled. The default value is x.x:
107
101
- 'x.x': Global.
108
102
- 'Cn.cn ': Mainland China.
103
+
*`paused` - (Optional, Available since v1.262.0) Specifies whether to temporarily pause ESA on the website. If you set this parameter to true, all requests to the domains in your DNS records go directly to your origin server. Valid values:
104
+
-`true`
105
+
-`false`
109
106
*`resource_group_id` - (Optional, ForceNew, Computed) The ID of the resource group
110
107
*`seo_bypass` - (Optional, Available since v1.251.0) Release the search engine crawler configuration. Value:
111
108
-`on`
@@ -117,7 +114,7 @@ The following arguments are supported:
117
114
*`site_version` - (Optional, Int, Available since v1.244.0) The version number of the site. For sites with version management enabled, you can use this parameter to specify the site version for which the configuration will take effect, defaulting to version 0.
118
115
*`tag_name` - (Optional, Available since v1.251.0) Custom CacheTag name.
119
116
*`tags` - (Optional, Map) Resource tags
120
-
*`version_management` - (Optional, Available since v1.251.0) Version management enabled. When true, version management is turned on for the table site.
117
+
*`version_management` - (Optional) Version management enabled. When true, version management is turned on for the table site.
121
118
122
119
## Attributes Reference
123
120
@@ -130,7 +127,7 @@ The following attributes are exported:
130
127
131
128
The `timeouts` block allows you to specify [timeouts](https://developer.hashicorp.com/terraform/language/resources/syntax#operation-timeouts) for certain actions:
132
129
*`create` - (Defaults to 5 mins) Used when create the Site.
133
-
*`delete` - (Defaults to 5 mins) Used when delete the Site.
130
+
*`delete` - (Defaults to 15 mins) Used when delete the Site.
134
131
*`update` - (Defaults to 5 mins) Used when update the Site.
0 commit comments