package common
const (
RemoteAWSTerraform = "aws+tf"
RemoteGithubTerraform = "github+tf"
RemoteGoogleTerraform = "gcp+tf"
)