Skip to content

milapsingh/cloudfront-terraform-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

devOps

How to create Cloudfront from scratch via terraform?
Install terraform
Download link : https://www.terraform.io/downloads.html
Configure aws CLI
Create cloudfront.tf file
Create variable.tf file
both above mention files are present with repo.

It includes custom_header which is useful in allow cross origin. It helps in solving CORS issue Example: custom_header = { name = "Access-Control-Allow-Origin" value = "*" }

Releases

No releases published

Packages

No packages published

Languages