Documentation ¶
Index ¶
Constants ¶
View Source
const AwsResourceName = "aws"
View Source
const AzureResourceName = "azurerm"
View Source
const GcpResourceName = "google"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsProvider ¶
type AzureProvider ¶
type AzureProvider struct { ResourceName string `hcl:",key"` Features AzureProviderFeatures `hcl:"features"` ClientId string `hcl:"client_id" hcle:"omitempty"` SubscriptionId string `hcl:"subscription_id" hcle:"omitempty"` TenantId string `hcl:"tenant_id" hcle:"omitempty"` ClientSecret string `hcl:"client_secret" hcle:"omitempty"` }
type AzureProviderFeatures ¶
type AzureProviderFeatures struct {
ResourceGroup string `hcl:"resource_group" hcle:"omitempty"`
}
Click to show internal directories.
Click to hide internal directories.