Usage
module "cloudformation_host" {
source = "github.com/fencepencil/fencepencil-aws-modules//cloudformation-host"
bucket_name = "<bucket_name>"
tags = var.tags
}Inputs (3)
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
bucket_name | string | Name of the S3 bucket | — | yes |
templates | map(string) | Map of template key to local file path | {} | no |
tags | map(string) | Tags to apply to resources | {} | no |
Outputs (2)
| Name | Description |
|---|---|
bucket_name | Name of the S3 bucket |
template_urls | Map of template keys to S3 URLs |