vault_secret

package
v0.1.36 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2022 License: MPL-2.0 Imports: 1 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL