Discover Packages
github.com/hy9be/gocloud
internal
testing
terraform
package
Version:
v0.24.1
Opens a new window with list of versions in this module.
Published: Jan 27, 2022
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.