Documentation
¶
Index ¶
- Variables
- func Deploy(ctx context.Context, c *resources.MultyConfig, prev resources.Resource, ...) (*output.TfState, error)
- func GetState(ctx context.Context, userId string, readonly bool) (*output.TfState, error)
- func GetTerraformBlock(userId string) (string, error)
- func MaybeInit(ctx context.Context, userId string, readonly bool) error
- func RefreshState(ctx context.Context, userId string, readonly bool) error
- type EncodedResources
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AwsCredsNotSetErr = status.Error(codes.InvalidArgument, "aws credentials are required but not set") AzureCredsNotSetErr = status.Error(codes.InvalidArgument, "azure credentials are required but not set") )
Functions ¶
func GetTerraformBlock ¶ added in v0.1.18
Types ¶
type EncodedResources ¶ added in v0.1.18
type EncodedResources struct {
HclString string
// contains filtered or unexported fields
}
func Encode ¶ added in v0.1.16
func Encode(credentials *credspb.CloudCredentials, c *resources.MultyConfig, prev resources.Resource, curr resources.Resource) (EncodedResources, error)
func EncodeAndStoreTfFile ¶ added in v0.1.17
Click to show internal directories.
Click to hide internal directories.