heroku

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2019 License: MPL-2.0 Imports: 31 Imported by: 1

Documentation

Index

Constants

View Source
const (
	DefaultPostAppCreateDelay    = int64(5)
	DefaultPostSpaceCreateDelay  = int64(5)
	DefaultPostDomainCreateDelay = int64(5)
)

Variables

This section is empty.

Functions

func AddOnStateRefreshFunc

func AddOnStateRefreshFunc(client *heroku.Service, appID, addOnID string) resource.StateRefreshFunc

AddOnStateRefreshFunc returns a resource.StateRefreshFunc that is used to watch an AddOn.

func BuildStateRefreshFunc added in v1.7.0

func BuildStateRefreshFunc(client *heroku.Service, app, id string) resource.StateRefreshFunc

Returns a resource.StateRefreshFunc that is used to watch a Build.

func Provider

func Provider() terraform.ResourceProvider

Provider returns a terraform.ResourceProvider.

func SpacePeeringConnAccepterStateRefreshFunc added in v1.0.0

func SpacePeeringConnAccepterStateRefreshFunc(client *heroku.Service, spaceIdentity string, pcxID string) resource.StateRefreshFunc

SpaceStateRefreshFunc returns a resource.StateRefreshFunc that is used to watch a Space peering connection. Connections go through a provisioning process.

func SpaceStateRefreshFunc

func SpaceStateRefreshFunc(client *heroku.Service, id string) resource.StateRefreshFunc

SpaceStateRefreshFunc returns a resource.StateRefreshFunc that is used to watch a Space.

Types

type Config

type Config struct {
	Api                   *heroku.Service
	APIKey                string
	DebugHTTP             bool
	Email                 string
	Headers               http.Header
	PostAppCreateDelay    int64
	PostDomainCreateDelay int64
	PostSpaceCreateDelay  int64
	URL                   string
}

func NewConfig added in v1.7.0

func NewConfig() *Config

func (Config) String added in v1.7.0

func (c Config) String() string

Jump to

Keyboard shortcuts

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