In this project, I showcase how to create a React form that generates a JSON file, which is then used to dynamically generate Terraform files using PowerShell.
Check out the video demonstration on YouTube:
- React-based form for user input
- JSON file generation
- PowerShell script execution
- Terraform file creation
- Fill out the form with your AWS configuration.
- Submit the form to generate a JSON file.
- The JSON file will trigger a PowerShell script that creates Terraform files.
- Use the Terraform files to set up your AWS infrastructure.
To get started with this project, follow these steps:
- Clone the repository
- Install dependencies
- Run the server
- Access the form via your web browser
- Node.js
- PowerShell
- Terraform
- Clone the repo:
git clone [https://github.com/yourusername/yourrepo.git](https://github.com/niteshbhat/ReactForms.git)