Closed pinepain closed 7 years ago
It looks like all compute domain commands family misses domain ID in their output:
compute domain
Env: OS: macOS 10.12.4 doctl: 1.6.0-release (via homebrew)
$ doctl compute domain list Domain TTL foo.com 1800 bar.net 1800 $doctl compute domain get foo.bar Domain TTL foo.bar 1800
Also, compute domain create returns invalid TTL:
compute domain create
doctl compute domain create baz.org --ip-address=127.0.0.1 Domain TTL baz.org 0
Having domain ID listed is vital, my use case is to import domain into existent terraform infrastructure.
Sorry, just trying to get used to doctl. Domain name is sufficient ID as it is.
It looks like all
compute domain
commands family misses domain ID in their output:Env: OS: macOS 10.12.4 doctl: 1.6.0-release (via homebrew)
Also,
compute domain create
returns invalid TTL:Having domain ID listed is vital, my use case is to import domain into existent terraform infrastructure.