Fixing some minor typo's in the docs
This commit is contained in:
parent
c0d5411751
commit
3242b3c063
|
@ -98,7 +98,7 @@ The following arguments are supported:
|
|||
### TimeSpan Format
|
||||
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
|
@ -13,7 +13,7 @@ The ``opc_compute_ssh_key`` resource creates and manages an SSH key in an OPC id
|
|||
## Example Usage
|
||||
|
||||
```hcl
|
||||
resource "opc_compute_ssh_key" "%s" {
|
||||
resource "opc_compute_ssh_key" "test" {
|
||||
name = "test-key"
|
||||
key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqw6JwbjIk..."
|
||||
enabled = true
|
||||
|
|
Loading…
Reference in New Issue