Documentation ¶
Index ¶
- type FastlyProvider
- func (p *FastlyProvider) GetName() string
- func (p *FastlyProvider) GetProviderData(arg ...string) map[string]interface{}
- func (FastlyProvider) GetResourceConnections() map[string]map[string][]string
- func (p *FastlyProvider) GetSupportedService() map[string]terraformutils.ServiceGenerator
- func (p *FastlyProvider) Init(args []string) error
- func (p *FastlyProvider) InitService(serviceName string, verbose bool) error
- type FastlyService
- type ServiceV1Generator
- type UserGenerator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FastlyProvider ¶
type FastlyProvider struct { terraformutils.Provider // contains filtered or unexported fields }
func (*FastlyProvider) GetName ¶
func (p *FastlyProvider) GetName() string
func (*FastlyProvider) GetProviderData ¶
func (p *FastlyProvider) GetProviderData(arg ...string) map[string]interface{}
func (FastlyProvider) GetResourceConnections ¶
func (FastlyProvider) GetResourceConnections() map[string]map[string][]string
func (*FastlyProvider) GetSupportedService ¶
func (p *FastlyProvider) GetSupportedService() map[string]terraformutils.ServiceGenerator
func (*FastlyProvider) Init ¶
func (p *FastlyProvider) Init(args []string) error
func (*FastlyProvider) InitService ¶
func (p *FastlyProvider) InitService(serviceName string, verbose bool) error
type FastlyService ¶
type FastlyService struct {
terraformutils.Service
}
type ServiceV1Generator ¶
type ServiceV1Generator struct {
FastlyService
}
func (*ServiceV1Generator) InitResources ¶
func (g *ServiceV1Generator) InitResources() error
type UserGenerator ¶
type UserGenerator struct {
FastlyService
}
func (*UserGenerator) InitResources ¶
func (g *UserGenerator) InitResources() error
Click to show internal directories.
Click to hide internal directories.