Updating the spacing
This commit is contained in:
parent
bfd6aab40f
commit
965d6ce92e
|
@ -16,7 +16,7 @@ The ``opc_compute_ip_reservation`` resource creates and manages an IP reservatio
|
||||||
resource "opc_compute_ip_reservation" "reservation1" {
|
resource "opc_compute_ip_reservation" "reservation1" {
|
||||||
parent_pool = "/oracle/public/ippool"
|
parent_pool = "/oracle/public/ippool"
|
||||||
permanent = true
|
permanent = true
|
||||||
tags = []
|
tags = [ "test" ]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue