Updating the spacing

This commit is contained in:
tombuildsstuff 2017-04-07 11:57:52 +01:00
parent bfd6aab40f
commit 965d6ce92e
21 changed files with 97 additions and 97 deletions

View File

@ -16,7 +16,7 @@ The ``opc_compute_ip_reservation`` resource creates and manages an IP reservatio
resource "opc_compute_ip_reservation" "reservation1" {
parent_pool = "/oracle/public/ippool"
permanent = true
tags = []
tags = [ "test" ]
}
```