Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.93 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.93 KB

personal-website-iac

Infrastracture as code repository for my personal website, you can find more information here -> How to deploy your own website on AWS with Terraform and Git Hub Actions!

Infrastructure Overview

infrastructure

Requirements

Name Version
aws 4.49.0

Providers

No providers.

Modules

Name Source Version
iam ./modules/security n/a
infrastructure ./modules/infra n/a

Resources

No resources.

Inputs

Name Description Type Default Required
acm_certificate_arn ARN of the ACM certificate to use for the CloudFront distribution string n/a yes
application_name Name of the application string n/a yes
bucket_suffix n/a string n/a yes
domain_name Domain name to use for the CloudFront distribution string n/a yes
environment Environment of the application dev/test/prod string n/a yes
region n/a string n/a yes
route53_zone_id Route53 zone ID string n/a yes

Outputs

No outputs.