Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 1.91 KB

File metadata and controls

33 lines (25 loc) · 1.91 KB

Terraform AWS Dedicated Host Module

Providers

Name Version
aws 4.2.0
random 3.1.0

Resources

Name Type
aws_cloudformation_stack.mac1_host_resource_group resource
aws_licensemanager_license_configuration.license_config resource
random_pet.host_resource_group resource

Inputs

Name Description Type Default Required
aws_region The Region that we will be building the module in string n/a yes
cf_stack_name Dedicated host CloudFormation stack name. It can include letters (A-Z and a-z), numbers (0-9), and dashes (-). string "host-resource-group" no
host_resource_group_prefix Prefix used to create ASG Launch template & Host Resource Group license configuration string "mac1-" no

Outputs

Name Description
host_resource_group_id To be put into subsequent stack's tfvars
license_manager_arn To be put into subsequent stack's tfvars