From 78e61e80b6635199854197665658dac641b192a7 Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 19 Dec 2018 10:53:46 -0800 Subject: [PATCH] [Terraform]: Run AccessContextManager tests serially in CI (#2718) --- website/docs/r/compute_address.html.markdown | 2 +- website/docs/r/compute_autoscaler.html.markdown | 2 +- website/docs/r/compute_backend_bucket.html.markdown | 2 +- website/docs/r/compute_disk.html.markdown | 2 +- website/docs/r/compute_firewall.html.markdown | 2 +- website/docs/r/compute_forwarding_rule.html.markdown | 2 +- website/docs/r/compute_global_address.html.markdown | 2 +- website/docs/r/compute_health_check.html.markdown | 2 +- website/docs/r/compute_http_health_check.html.markdown | 2 +- website/docs/r/compute_https_health_check.html.markdown | 2 +- website/docs/r/compute_interconnect_attachment.html.markdown | 2 +- website/docs/r/compute_region_autoscaler.html.markdown | 2 +- website/docs/r/compute_region_disk.html.markdown | 2 +- website/docs/r/compute_route.html.markdown | 2 +- website/docs/r/compute_router.html.markdown | 2 +- website/docs/r/compute_snapshot.html.markdown | 2 +- website/docs/r/compute_ssl_certificate.html.markdown | 2 +- website/docs/r/compute_ssl_policy.html.markdown | 2 +- website/docs/r/compute_subnetwork.html.markdown | 2 +- website/docs/r/compute_target_http_proxy.html.markdown | 2 +- website/docs/r/compute_target_https_proxy.html.markdown | 2 +- website/docs/r/compute_target_ssl_proxy.html.markdown | 2 +- website/docs/r/compute_target_tcp_proxy.html.markdown | 2 +- website/docs/r/compute_url_map.html.markdown | 2 +- website/docs/r/compute_vpn_gateway.html.markdown | 2 +- website/docs/r/compute_vpn_tunnel.html.markdown | 2 +- website/docs/r/dns_managed_zone.html.markdown | 2 +- website/docs/r/monitoring_alert_policy.html.markdown | 2 +- website/docs/r/monitoring_group.html.markdown | 2 +- website/docs/r/monitoring_notification_channel.html.markdown | 2 +- website/docs/r/monitoring_uptime_check_config.html.markdown | 2 +- website/docs/r/redis_instance.html.markdown | 2 +- website/docs/r/resourcemanager_lien.html.markdown | 2 +- .../docs/r/storage_default_object_access_control.html.markdown | 2 +- website/docs/r/storage_object_access_control.html.markdown | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/website/docs/r/compute_address.html.markdown b/website/docs/r/compute_address.html.markdown index 465d7509..0f1defd2 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 6c179748..1d7361f3 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 a5f13e9a..c5469f7e 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 b7e0f7a1..a20adeb0 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 3c32fafe..23ee8fcf 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 6c74ca20..fc265a3a 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 e0e8e152..a7382e71 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 0cf2b3b6..1a98c108 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 face68bc..0bcffc9e 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 b94d635f..56d75adb 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 5480c23f..e67f01b0 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 fa421ecb..1cba5415 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 ac8ddbd6..9f9c7709 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 a2ed46e5..7ad61e7d 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 4e0c9955..e1943fc4 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 940afca0..62618acf 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 0bdf4e89..4b7e25e7 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 7c2fb1e7..10deb109 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 643a9b06..8fb4c992 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 a3be7514..4c4d302d 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 6fc508f2..32f561fc 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 4c463f01..3f4fa18c 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 d598c51e..ad1008aa 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 87d4f4b4..cb6f0110 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 4d20db1b..c4d27caa 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 d96a1ea4..07f06a06 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 1f0a94da..17f22808 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 02daef26..f7a3b088 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 176127d4..c491d730 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 a2a81392..c40b3e37 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 cbe57fe4..ffca244e 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 65b41623..0d133a0b 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 b9bb8710..8eeb9b55 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 588119cd..9d53c793 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 5071768f..9cdb538e 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.