Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
AWS string `env:"INFRACOST_CLI_PROVIDER_PLUGIN_AWS"`
Google string `env:"INFRACOST_CLI_PROVIDER_PLUGIN_GOOGLE"`
Azure string `env:"INFRACOST_CLI_PROVIDER_PLUGIN_AZURERM"`
AWSVersion string `env:"INFRACOST_CLI_PROVIDER_PLUGIN_AWS_VERSION"`
AzureVersion string `env:"INFRACOST_CLI_PROVIDER_PLUGIN_AZURE_VERSION"`
GoogleVersion string `env:"INFRACOST_CLI_PROVIDER_PLUGIN_GOOGLE_VERSION"`
LoadAWS func(level hclog.Level) (proto.ProviderServiceClient, func(), error)
LoadGoogle func(level hclog.Level) (proto.ProviderServiceClient, func(), error)
LoadAzurerm func(level hclog.Level) (proto.ProviderServiceClient, func(), error)
}
func (*Config) ListFinopsPolicies ¶
Click to show internal directories.
Click to hide internal directories.