Documentation ¶
Index ¶
- type BackendAzureRm
- func (b *BackendAzureRm) GetBackendBytes(infraName, moduleName string) ([]byte, error)
- func (b *BackendAzureRm) GetBackendHCL(infraName, moduleName string) (*hclwrite.File, error)
- func (b *BackendAzureRm) GetRemoteStateHCL(infraName, moduleName string) ([]byte, error)
- func (b *BackendAzureRm) Name() string
- func (b *BackendAzureRm) Provider() string
- func (b *BackendAzureRm) State() map[string]interface{}
- type Factory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendAzureRm ¶
type BackendAzureRm struct {
// contains filtered or unexported fields
}
BackendAzureRm - describe s3 backend for interface package.backend.
func (*BackendAzureRm) GetBackendBytes ¶
func (b *BackendAzureRm) GetBackendBytes(infraName, moduleName string) ([]byte, error)
GetBackendBytes generate terraform backend config.
func (*BackendAzureRm) GetBackendHCL ¶
func (b *BackendAzureRm) GetBackendHCL(infraName, moduleName string) (*hclwrite.File, error)
GetBackendHCL generate terraform backend config.
func (*BackendAzureRm) GetRemoteStateHCL ¶
func (b *BackendAzureRm) GetRemoteStateHCL(infraName, moduleName string) ([]byte, error)
GetRemoteStateHCL generate terraform remote state for this backend.
func (*BackendAzureRm) State ¶
func (b *BackendAzureRm) State() map[string]interface{}
Click to show internal directories.
Click to hide internal directories.