package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Jul 7, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
func CmdCreateDomain(c *cli.Context) error
CmdCreateDomain is an entrypoint to create-domain command
type Resource struct {
Mode string `json:"mode"`
Type string `json:"type"`
Name string `json:"name"`
Provider string `json:"provider"`
Instances []interface{} `json:"instances"`
}
Resource describes tf state resource
Source Files
¶
Click to show internal directories.
Click to hide internal directories.