Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewTerraformRegex = regexp.MustCompile(`(?m)"resource"\s+"vaulted_vault_secret"\s+"(?P<resource_name>\w+)"\s+{[\n]\s+"path"\s+=\s+"(?P<path>.+)"[\n]\s+"payload_json"\s+=\s+"(?P<payload_json>.+)[\n]}`)
View Source
var OldTerraformRegex = regexp.MustCompile(`(?m)"resource"\s+"vault_encrypted_secret"\s+"(?P<resource_name>\w+)"\s+{[\n]\s+"encrypted_data_json"\s+=\s+"(?P<encrypted_data_json>.+)"[\n]\s+"encrypted_passphrase"\s+=\s+"(?P<encrypted_passphrase>.+)"[\n]\s+"path"\s+=\s+"(?P<path>.+)"`)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.