Documentation ¶
Index ¶
Constants ¶
View Source
const AwsResourceName = "aws_ssm_parameter"
View Source
const AzureResourceName = "azurerm_key_vault_secret"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsSsmParameter ¶
type AwsSsmParameter struct { *common.AwsResource `hcl:",squash" default:"name=aws_ssm_parameter"` Name string `hcl:"name"` Type string `hcl:"type"` // Valid types are String, StringList and SecureString. Value string `hcl:"value"` }
type AzureKeyVaultSecret ¶
type AzureKeyVaultSecret struct { *common.AzResource `hcl:",squash" default:"name=azurerm_key_vault_secret"` KeyVaultId string `hcl:"key_vault_id,expr"` Value string `hcl:"value"` }
Click to show internal directories.
Click to hide internal directories.