Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendDo ¶
type BackendDo struct {
Bucket string `yaml:"bucket"`
Region string `yaml:"region"`
AccessKey string `yaml:"access_key,omitempty"`
SecretKey string `yaml:"secret_key,omitempty"`
// contains filtered or unexported fields
}
BackendDo - describe do spaces backend for interface package.backend.
func (*BackendDo) GetBackendHCL ¶
GetBackendHCL generate terraform backend config.
func (*BackendDo) GetRemoteStateHCL ¶
GetRemoteStateHCL generate terraform remote state for this backend.
Click to show internal directories.
Click to hide internal directories.