All Modules
AWSState

CloudFormation Host

Public S3 bucket for hosting CloudFormation templates

Usage

module "cloudformation_host" {
  source = "github.com/fencepencil/fencepencil-aws-modules//cloudformation-host"

  bucket_name = "<bucket_name>"

  tags = var.tags
}

Inputs (3)

NameTypeDescriptionDefaultRequired
bucket_namestringName of the S3 bucketyes
templatesmap(string)Map of template key to local file path{}no
tagsmap(string)Tags to apply to resources{}no

Outputs (2)

NameDescription
bucket_nameName of the S3 bucket
template_urlsMap of template keys to S3 URLs

More AWS Modules

Browse our full library of AWS infrastructure modules.

View all AWS modules