You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DCE terraform module exposes a number of outputs, which are in some cases necessary for basic usage of the system. For example, the url of the API gateway is accessible from terraform output api_url. Another example is the SNS topic ARNs for lifecycle events (eg. lease-created, etc).
It would be nice if the DCE CLI provided a way to access these values.
Maybe something like:
dce system get <output name>
The text was updated successfully, but these errors were encountered:
joshmarsh
changed the title
How to access terraform outputs?
Provide command for accessing terraform outputs
Nov 15, 2019
joshmarsh
changed the title
Provide command for accessing terraform outputs
Command for accessing terraform outputs
Nov 15, 2019
The DCE terraform module exposes a number of outputs, which are in some cases necessary for basic usage of the system. For example, the url of the API gateway is accessible from
terraform output api_url
. Another example is the SNS topic ARNs for lifecycle events (eg.lease-created
, etc).It would be nice if the DCE CLI provided a way to access these values.
Maybe something like:
The text was updated successfully, but these errors were encountered: