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 }}
-
Notifications
You must be signed in to change notification settings - Fork 0
woragis/terraform-static
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published