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
|
### 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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue