diff --git a/website/docs/r/compute_address.html.markdown b/website/docs/r/compute_address.html.markdown index 0f1defd2..bb72366c 100644 --- a/website/docs/r/compute_address.html.markdown +++ b/website/docs/r/compute_address.html.markdown @@ -210,5 +210,5 @@ $ terraform import google_compute_address.default {{project}}/{{region}}/{{name} $ terraform import google_compute_address.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_autoscaler.html.markdown b/website/docs/r/compute_autoscaler.html.markdown index 1d7361f3..bf084b95 100644 --- a/website/docs/r/compute_autoscaler.html.markdown +++ b/website/docs/r/compute_autoscaler.html.markdown @@ -266,5 +266,5 @@ $ terraform import google_compute_autoscaler.default {{project}}/{{zone}}/{{name $ terraform import google_compute_autoscaler.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_backend_bucket.html.markdown b/website/docs/r/compute_backend_bucket.html.markdown index c5469f7e..8e20dd5f 100644 --- a/website/docs/r/compute_backend_bucket.html.markdown +++ b/website/docs/r/compute_backend_bucket.html.markdown @@ -123,5 +123,5 @@ $ terraform import google_compute_backend_bucket.default {{project}}/{{name}} $ terraform import google_compute_backend_bucket.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_disk.html.markdown b/website/docs/r/compute_disk.html.markdown index a20adeb0..0a8c1602 100644 --- a/website/docs/r/compute_disk.html.markdown +++ b/website/docs/r/compute_disk.html.markdown @@ -255,5 +255,5 @@ $ terraform import google_compute_disk.default {{project}}/{{zone}}/{{name}} $ terraform import google_compute_disk.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_firewall.html.markdown b/website/docs/r/compute_firewall.html.markdown index 23ee8fcf..33d870f4 100644 --- a/website/docs/r/compute_firewall.html.markdown +++ b/website/docs/r/compute_firewall.html.markdown @@ -261,5 +261,5 @@ $ terraform import google_compute_firewall.default {{project}}/{{name}} $ terraform import google_compute_firewall.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_forwarding_rule.html.markdown b/website/docs/r/compute_forwarding_rule.html.markdown index fc265a3a..fce9afbb 100644 --- a/website/docs/r/compute_forwarding_rule.html.markdown +++ b/website/docs/r/compute_forwarding_rule.html.markdown @@ -229,5 +229,5 @@ $ terraform import google_compute_forwarding_rule.default {{project}}/{{region}} $ terraform import google_compute_forwarding_rule.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_global_address.html.markdown b/website/docs/r/compute_global_address.html.markdown index a7382e71..1a642202 100644 --- a/website/docs/r/compute_global_address.html.markdown +++ b/website/docs/r/compute_global_address.html.markdown @@ -115,5 +115,5 @@ $ terraform import google_compute_global_address.default {{project}}/{{name}} $ terraform import google_compute_global_address.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_health_check.html.markdown b/website/docs/r/compute_health_check.html.markdown index 1a98c108..0091443b 100644 --- a/website/docs/r/compute_health_check.html.markdown +++ b/website/docs/r/compute_health_check.html.markdown @@ -265,5 +265,5 @@ $ terraform import google_compute_health_check.default {{project}}/{{name}} $ terraform import google_compute_health_check.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_http_health_check.html.markdown b/website/docs/r/compute_http_health_check.html.markdown index 0bcffc9e..364f4701 100644 --- a/website/docs/r/compute_http_health_check.html.markdown +++ b/website/docs/r/compute_http_health_check.html.markdown @@ -149,5 +149,5 @@ $ terraform import google_compute_http_health_check.default {{project}}/{{name}} $ terraform import google_compute_http_health_check.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_https_health_check.html.markdown b/website/docs/r/compute_https_health_check.html.markdown index 56d75adb..e0bcd1bf 100644 --- a/website/docs/r/compute_https_health_check.html.markdown +++ b/website/docs/r/compute_https_health_check.html.markdown @@ -149,5 +149,5 @@ $ terraform import google_compute_https_health_check.default {{project}}/{{name} $ terraform import google_compute_https_health_check.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_interconnect_attachment.html.markdown b/website/docs/r/compute_interconnect_attachment.html.markdown index e67f01b0..50129118 100644 --- a/website/docs/r/compute_interconnect_attachment.html.markdown +++ b/website/docs/r/compute_interconnect_attachment.html.markdown @@ -132,5 +132,5 @@ $ terraform import google_compute_interconnect_attachment.default {{project}}/{{ $ terraform import google_compute_interconnect_attachment.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_region_autoscaler.html.markdown b/website/docs/r/compute_region_autoscaler.html.markdown index 1cba5415..16140ee7 100644 --- a/website/docs/r/compute_region_autoscaler.html.markdown +++ b/website/docs/r/compute_region_autoscaler.html.markdown @@ -266,5 +266,5 @@ $ terraform import google_compute_region_autoscaler.default {{project}}/{{region $ terraform import google_compute_region_autoscaler.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_region_disk.html.markdown b/website/docs/r/compute_region_disk.html.markdown index 9f9c7709..52e1a06a 100644 --- a/website/docs/r/compute_region_disk.html.markdown +++ b/website/docs/r/compute_region_disk.html.markdown @@ -237,5 +237,5 @@ $ terraform import google_compute_region_disk.default {{project}}/{{region}}/{{n $ terraform import google_compute_region_disk.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_route.html.markdown b/website/docs/r/compute_route.html.markdown index 7ad61e7d..495befd7 100644 --- a/website/docs/r/compute_route.html.markdown +++ b/website/docs/r/compute_route.html.markdown @@ -180,5 +180,5 @@ $ terraform import google_compute_route.default {{project}}/{{name}} $ terraform import google_compute_route.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_router.html.markdown b/website/docs/r/compute_router.html.markdown index e1943fc4..fdbbac7e 100644 --- a/website/docs/r/compute_router.html.markdown +++ b/website/docs/r/compute_router.html.markdown @@ -171,5 +171,5 @@ $ terraform import google_compute_router.default {{project}}/{{region}}/{{name}} $ terraform import google_compute_router.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_snapshot.html.markdown b/website/docs/r/compute_snapshot.html.markdown index 62618acf..05d1b289 100644 --- a/website/docs/r/compute_snapshot.html.markdown +++ b/website/docs/r/compute_snapshot.html.markdown @@ -190,5 +190,5 @@ $ terraform import google_compute_snapshot.default {{project}}/{{name}} $ terraform import google_compute_snapshot.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_ssl_certificate.html.markdown b/website/docs/r/compute_ssl_certificate.html.markdown index 4b7e25e7..fd7a0517 100644 --- a/website/docs/r/compute_ssl_certificate.html.markdown +++ b/website/docs/r/compute_ssl_certificate.html.markdown @@ -229,5 +229,5 @@ $ terraform import google_compute_ssl_certificate.default {{project}}/{{name}} $ terraform import google_compute_ssl_certificate.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_ssl_policy.html.markdown b/website/docs/r/compute_ssl_policy.html.markdown index 10deb109..6e486260 100644 --- a/website/docs/r/compute_ssl_policy.html.markdown +++ b/website/docs/r/compute_ssl_policy.html.markdown @@ -152,5 +152,5 @@ $ terraform import google_compute_ssl_policy.default {{project}}/{{name}} $ terraform import google_compute_ssl_policy.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_subnetwork.html.markdown b/website/docs/r/compute_subnetwork.html.markdown index 8fb4c992..a79938d4 100644 --- a/website/docs/r/compute_subnetwork.html.markdown +++ b/website/docs/r/compute_subnetwork.html.markdown @@ -193,5 +193,5 @@ $ terraform import google_compute_subnetwork.default {{project}}/{{region}}/{{na $ terraform import google_compute_subnetwork.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_target_http_proxy.html.markdown b/website/docs/r/compute_target_http_proxy.html.markdown index 4c4d302d..52134ac0 100644 --- a/website/docs/r/compute_target_http_proxy.html.markdown +++ b/website/docs/r/compute_target_http_proxy.html.markdown @@ -146,5 +146,5 @@ $ terraform import google_compute_target_http_proxy.default {{project}}/{{name}} $ terraform import google_compute_target_http_proxy.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_target_https_proxy.html.markdown b/website/docs/r/compute_target_https_proxy.html.markdown index 32f561fc..400ac691 100644 --- a/website/docs/r/compute_target_https_proxy.html.markdown +++ b/website/docs/r/compute_target_https_proxy.html.markdown @@ -176,5 +176,5 @@ $ terraform import google_compute_target_https_proxy.default {{project}}/{{name} $ terraform import google_compute_target_https_proxy.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_target_ssl_proxy.html.markdown b/website/docs/r/compute_target_ssl_proxy.html.markdown index 3f4fa18c..b6312c88 100644 --- a/website/docs/r/compute_target_ssl_proxy.html.markdown +++ b/website/docs/r/compute_target_ssl_proxy.html.markdown @@ -150,5 +150,5 @@ $ terraform import google_compute_target_ssl_proxy.default {{project}}/{{name}} $ terraform import google_compute_target_ssl_proxy.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_target_tcp_proxy.html.markdown b/website/docs/r/compute_target_tcp_proxy.html.markdown index ad1008aa..49d77bc4 100644 --- a/website/docs/r/compute_target_tcp_proxy.html.markdown +++ b/website/docs/r/compute_target_tcp_proxy.html.markdown @@ -134,5 +134,5 @@ $ terraform import google_compute_target_tcp_proxy.default {{project}}/{{name}} $ terraform import google_compute_target_tcp_proxy.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_url_map.html.markdown b/website/docs/r/compute_url_map.html.markdown index cb6f0110..3a5471df 100644 --- a/website/docs/r/compute_url_map.html.markdown +++ b/website/docs/r/compute_url_map.html.markdown @@ -261,5 +261,5 @@ $ terraform import google_compute_url_map.default {{project}}/{{name}} $ terraform import google_compute_url_map.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_vpn_gateway.html.markdown b/website/docs/r/compute_vpn_gateway.html.markdown index c4d27caa..bb12f902 100644 --- a/website/docs/r/compute_vpn_gateway.html.markdown +++ b/website/docs/r/compute_vpn_gateway.html.markdown @@ -160,5 +160,5 @@ $ terraform import google_compute_vpn_gateway.default {{project}}/{{region}}/{{n $ terraform import google_compute_vpn_gateway.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/compute_vpn_tunnel.html.markdown b/website/docs/r/compute_vpn_tunnel.html.markdown index 07f06a06..d73283d3 100644 --- a/website/docs/r/compute_vpn_tunnel.html.markdown +++ b/website/docs/r/compute_vpn_tunnel.html.markdown @@ -215,5 +215,5 @@ $ terraform import google_compute_vpn_tunnel.default {{project}}/{{region}}/{{na $ terraform import google_compute_vpn_tunnel.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/dns_managed_zone.html.markdown b/website/docs/r/dns_managed_zone.html.markdown index 17f22808..64932e6f 100644 --- a/website/docs/r/dns_managed_zone.html.markdown +++ b/website/docs/r/dns_managed_zone.html.markdown @@ -114,5 +114,5 @@ $ terraform import google_dns_managed_zone.default {{project}}/{{name}} $ terraform import google_dns_managed_zone.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/monitoring_alert_policy.html.markdown b/website/docs/r/monitoring_alert_policy.html.markdown index f7a3b088..cb0aafc7 100644 --- a/website/docs/r/monitoring_alert_policy.html.markdown +++ b/website/docs/r/monitoring_alert_policy.html.markdown @@ -651,5 +651,5 @@ AlertPolicy can be imported using any of these accepted formats: $ terraform import google_monitoring_alert_policy.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/monitoring_group.html.markdown b/website/docs/r/monitoring_group.html.markdown index c491d730..f95399c1 100644 --- a/website/docs/r/monitoring_group.html.markdown +++ b/website/docs/r/monitoring_group.html.markdown @@ -130,5 +130,5 @@ Group can be imported using any of these accepted formats: $ terraform import google_monitoring_group.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/monitoring_notification_channel.html.markdown b/website/docs/r/monitoring_notification_channel.html.markdown index c40b3e37..913f3c1a 100644 --- a/website/docs/r/monitoring_notification_channel.html.markdown +++ b/website/docs/r/monitoring_notification_channel.html.markdown @@ -119,5 +119,5 @@ NotificationChannel can be imported using any of these accepted formats: $ terraform import google_monitoring_notification_channel.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/monitoring_uptime_check_config.html.markdown b/website/docs/r/monitoring_uptime_check_config.html.markdown index ffca244e..a5353dca 100644 --- a/website/docs/r/monitoring_uptime_check_config.html.markdown +++ b/website/docs/r/monitoring_uptime_check_config.html.markdown @@ -264,5 +264,5 @@ UptimeCheckConfig can be imported using any of these accepted formats: $ terraform import google_monitoring_uptime_check_config.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/redis_instance.html.markdown b/website/docs/r/redis_instance.html.markdown index 0d133a0b..2e689d7d 100644 --- a/website/docs/r/redis_instance.html.markdown +++ b/website/docs/r/redis_instance.html.markdown @@ -201,5 +201,5 @@ $ terraform import google_redis_instance.default {{project}}/{{region}}/{{name}} $ terraform import google_redis_instance.default {{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/resourcemanager_lien.html.markdown b/website/docs/r/resourcemanager_lien.html.markdown index 8eeb9b55..d388cb01 100644 --- a/website/docs/r/resourcemanager_lien.html.markdown +++ b/website/docs/r/resourcemanager_lien.html.markdown @@ -106,5 +106,5 @@ Lien can be imported using any of these accepted formats: $ terraform import google_resource_manager_lien.default {{parent}}/{{name}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/storage_default_object_access_control.html.markdown b/website/docs/r/storage_default_object_access_control.html.markdown index 9d53c793..934142ad 100644 --- a/website/docs/r/storage_default_object_access_control.html.markdown +++ b/website/docs/r/storage_default_object_access_control.html.markdown @@ -146,5 +146,5 @@ DefaultObjectAccessControl can be imported using any of these accepted formats: $ terraform import google_storage_default_object_access_control.default {{bucket}}/{{entity}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource. diff --git a/website/docs/r/storage_object_access_control.html.markdown b/website/docs/r/storage_object_access_control.html.markdown index 9cdb538e..e5913521 100644 --- a/website/docs/r/storage_object_access_control.html.markdown +++ b/website/docs/r/storage_object_access_control.html.markdown @@ -151,5 +151,5 @@ ObjectAccessControl can be imported using any of these accepted formats: $ terraform import google_storage_object_access_control.default {{bucket}}/{{object}}/{{entity}} ``` --> If you're importing a resource with beta features, make sure to include `-provider=google-beta" +-> If you're importing a resource with beta features, make sure to include `-provider=google-beta` as an argument so that Terraform uses the correct provider to import your resource.