Documentation ¶
Index ¶
- Constants
- func GetWorkspaceConfig(ctx context.Context, config api.Config, target types.WorkspaceTarget) (*types.RunConfig, error)
- func LoadProfile() (*config.Profile, api.Config, error)
- func NameserversToProtov5(s types.Nameservers) tftypes.Value
- func NewTfeConfig(apiConfig api.Config) *tfe.Config
- func TftypeFromCtyType(in cty.Type) (tftypes.Type, error)
- type Output
- type Outputs
- type StateFile
Constants ¶
View Source
const ( NullstoneProfileEnvVar = "NULLSTONE_PROFILE" DefaultNullstoneProfile = "default" )
Variables ¶
This section is empty.
Functions ¶
func GetWorkspaceConfig ¶ added in v0.3.0
func LoadProfile ¶ added in v0.6.0
func NameserversToProtov5 ¶ added in v0.4.1
func NameserversToProtov5(s types.Nameservers) tftypes.Value
func NewTfeConfig ¶
func NewTfeConfig(apiConfig api.Config) *tfe.Config
Types ¶
type Output ¶
type Output struct { Type *cty.Type `json:"type"` Value json.RawMessage `json:"value"` }
Click to show internal directories.
Click to hide internal directories.