Documentation ¶ Overview ¶ File : provider.go Index ¶ func Provider() terraform.ResourceProvider type Config func (c *Config) Client() (*apigee.EdgeClient, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Provider ¶ func Provider() terraform.ResourceProvider Types ¶ type Config ¶ type Config struct { BaseURI string User string Pass string Org string } Config holds API and APP keys to authenticate to Datadog. func (*Config) Client ¶ func (c *Config) Client() (*apigee.EdgeClient, error) Client returns a new Apigee client. Source Files ¶ View all Source files config.go helpers.go provider.go resource_api_proxy.go resource_api_proxy_deployment.go resource_company.go resource_company_app.go resource_developer.go resource_developer_app.go resource_product.go resource_target_server.go Click to show internal directories. Click to hide internal directories.