Skip to content

tdekoning93/terraform-aws-mcaf-edgedevice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-mcaf-edgedevice

Requirements

Name Version
terraform >= 0.13

Providers

Name Version
aws n/a
http n/a

Inputs

Name Description Type Default Required
name The name of the edge device string n/a yes
tags A mapping of tags to assign to the SSM Parameter map(string) n/a yes
expiration_duration The expiration period of the SSM activation, default 4 weeks string "672h" no
iot_policy The policy to attach to the Thing string null no
kms_key_id The KMS key ID used to encrypt all data string null no
ssm_activation_role_id The ID of the role to attach to the SSM activation string null no

Outputs

Name Description
arn ARN of the thing
certificate_arn ARN of the certificate
certificate_id Id of the certificate
certificate_pem Path of the SSM Parameter for IoT certificate pem
certificate_private_key Path of the SSM Parameter for IoT certificate private key
certificate_public_key Path of the SSM Parameter for IoT certificate public key
name Name of the thing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 100.0%