Documentation
¶
Index ¶
Constants ¶
View Source
const AzureResourceName = "azurerm_key_vault"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureKeyVault ¶
type AzureKeyVault struct {
*common.AzResource `hcl:",squash" default:"name=azurerm_key_vault"`
Sku string `hcl:"sku_name"`
TenantId string `hcl:"tenant_id,expr"`
AccessPolicy []AzureKeyVaultAccessPolicyInline `hcl:"access_policy,blocks"`
}
type AzureKeyVaultAccessPolicyInline ¶
type AzureKeyVaultAccessPolicyInline struct {
TenantId string `hcl:"tenant_id,expr"`
ObjectId string `hcl:"object_id,expr"`
*AzureKeyVaultPermissions `hcl:",squash"`
}
Click to show internal directories.
Click to hide internal directories.