importers

package
v0.0.0-...-84b5366 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Importer

type Importer interface {
	GetName() string
}

Importer implements a Terraform state files importer interface

type S3Importer

type S3Importer struct {
	AccessKeyID     string
	SecretAccessKey string
	Region          string
	Endpoint        string
	Location        string
}

S3Importer implements an Importer interface

func NewS3Importer

func NewS3Importer() (*S3Importer, error)

NewS3Importer sets up a S3 importer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL