From 64dfcadf18e7dd72b34e54cd5ba1dd83bf834612 Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 9 Oct 2018 15:54:05 -0700 Subject: [PATCH] fix small typo in docs --- website/docs/r/securitycenter_subscription_pricing.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/securitycenter_subscription_pricing.markdown b/website/docs/r/securitycenter_subscription_pricing.markdown index 1aa464bc8108..f55627c03eb6 100644 --- a/website/docs/r/securitycenter_subscription_pricing.markdown +++ b/website/docs/r/securitycenter_subscription_pricing.markdown @@ -22,7 +22,7 @@ resource "azurerm_securitycenter_subscription_pricing" "example" { The following arguments are supported: -* `tier` - (Required) The pricing tier to use. Must be one of `Free` or `Standard` +* `tier` - (Required) The pricing tier to use. Must be one of `Free` or `Standard`. ~> **NOTE:** Changing the pricing tier to `Standard` affects all resources in the subscription and could be quite costly. @@ -35,7 +35,7 @@ The following attributes are exported: ## Import -Resource Groups can be imported using the `resource id`, e.g. +The pricing tier can be imported using the `resource id`, e.g. ```shell terraform import azurerm_securitycenter_subscription_pricing.example /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Security/pricings/default