Skip to content

Commit

Permalink
fix small typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Oct 9, 2018
1 parent 05d7c54 commit 64dfcad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/securitycenter_subscription_pricing.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 64dfcad

Please sign in to comment.