Discover Packages
github.com/cornelk/go-cloud
internal
testing
terraform
package
Version:
v0.17.1
Opens a new window with list of versions in this module.
Published: Oct 26, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package terraform provides a function to read Terraform output.
ReadOutput runs `terraform output` on the given directory and returns
the parsed result.
type Output struct {
Type string `json:"type"`
Sensitive bool `json:"sensitive"`
Value interface{} `json:"value"`
}
Output describes a single output value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.