Skip to content

Terraform private module for installing a React App using S3, CloudFront, and Route53

Notifications You must be signed in to change notification settings

nebulis-io/terraform-aws-react_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-react_app

Terraform private module for installing a React App using S3, CloudFront, and Route53

Module Installation

Setting up a provider and registering the module

This is outside the scope of this README. For more information, go visit the relevant documentation

Using the module

In your terraform configuration, you can then use the module this way

module "react_app" {
  source  = "app.terraform.io/YOUR_ORGANIZATION/react_app/aws"
  version = "1.0.0"
  # insert required variables here
}

And use outputs value as you would with a normal terraform resource

About

Terraform private module for installing a React App using S3, CloudFront, and Route53

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages