aws∕acm‒import - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_acm_import" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Name | Version |
---|---|
terraform | >= 1.0 |
aws | >= 4.30.0 |
vault | 4.2.0 |
Providers
Name | Version |
---|---|
aws | >= 4.30.0 |
vault | 4.2.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
aws_acm_certificate.main | resource |
vault_kv_secret_v2.cert | data source |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
cert_chain_key | Key name for the cert chain in vault path | string |
"" |
no |
cert_key | Key name for the cert in vault path | string |
"" |
no |
code_managed | n/a | string |
"true" |
no |
mount | Vault mount | string |
"secret" |
no |
namespace | Vault Namespace | string |
"" |
no |
private-key_key | Key name for the cert key in vault path | string |
"" |
no |
tags | n/a | map |
{} |
no |
vault_secret_name | Vault Namespace | string |
"" |
no |
Outputs
Name | Description |
---|---|
acm_arn | n/a |
acm_domain | n/a |