Fixing some minor typo's in the docs

This commit is contained in:
tombuildsstuff 2017-05-24 11:31:52 +01:00
parent c0d5411751
commit 3242b3c063
2 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ The following arguments are supported:
### TimeSpan Format ### TimeSpan Format
Some arguments for this resource are required in the TimeSpan format which is Some arguments for this resource are required in the TimeSpan format which is
used to represent a lengh of time. The supported format is documented [here](https://msdn.microsoft.com/en-us/library/se73z7b9(v=vs.110).aspx#Anchor_2) used to represent a length of time. The supported format is documented [here](https://msdn.microsoft.com/en-us/library/se73z7b9(v=vs.110).aspx#Anchor_2)
## Attributes Reference ## Attributes Reference
@ -112,4 +112,4 @@ Service Bus Subscriptions can be imported using the `resource id`, e.g.
``` ```
terraform import azurerm_servicebus_subscription.test /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/microsoft.servicebus/namespaces/sbns1/topics/sntopic1/subscriptions/sbsub1 terraform import azurerm_servicebus_subscription.test /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/microsoft.servicebus/namespaces/sbns1/topics/sntopic1/subscriptions/sbsub1
``` ```

View File

@ -13,7 +13,7 @@ The ``opc_compute_ssh_key`` resource creates and manages an SSH key in an OPC id
## Example Usage ## Example Usage
```hcl ```hcl
resource "opc_compute_ssh_key" "%s" { resource "opc_compute_ssh_key" "test" {
name = "test-key" name = "test-key"
key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqw6JwbjIk..." key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqw6JwbjIk..."
enabled = true enabled = true