Skip to content

Terraform Module. Useful for deploying static files that will be accessed through the internet. Like React, Svelte, Vue apps...

Notifications You must be signed in to change notification settings

woragis/terraform-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform React

Action Usage

jobs:
  deploy-react:
    uses: woragis/terraform-react/.github/actions/deploy@main
    with:
      project-name: my-project
      terraform-dir: ./infra/react
      aws-region: us-east-1

  setup-route53:
    needs: deploy-react
    uses: woragis/terraform-route53/.github/actions/setup@main
    with:
      s3-bucket-name: ${{ needs.deploy-react.outputs.s3-bucket-name }}

About

Terraform Module. Useful for deploying static files that will be accessed through the internet. Like React, Svelte, Vue apps...

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages