https://github.com/appsmithorg/appsmith-tf-modules
Terraform modules for Appsmith
https://github.com/appsmithorg/appsmith-tf-modules
Last synced: 3 months ago
JSON representation
Terraform modules for Appsmith
- Host: GitHub
- URL: https://github.com/appsmithorg/appsmith-tf-modules
- Owner: appsmithorg
- License: apache-2.0
- Created: 2024-06-19T09:47:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T09:30:46.000Z (over 1 year ago)
- Last Synced: 2025-02-11T10:33:10.887Z (over 1 year ago)
- Language: HCL
- Size: 33.2 KB
- Stars: 0
- Watchers: 7
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appsmith-tf-modules
Terraform modules for Appsmith
## Install Terraform
```
git clone --depth=1 https://github.com/tfutils/tfenv.git ~/.tfenv
```
**Set Path**
```
echo 'export PATH="$HOME/.tfenv/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
```
**Use Terraform Version 1.3.1**
```
tfenv use 1.3.1
```
### Check terraform installation
please run `terraform --version`
Eg:
```
$ terraform --version
Terraform v1.3.1
on darwin_arm64
Your version of Terraform is out of date! The latest version
is 1.8.5. You can update by downloading from https://www.terraform.io/downloads.html
```
### Refer following docs to deploy appsmith
* [Appsmith on ecs](https://github.com/appsmithorg/appsmith-tf-modules/tree/main/aws#how-to-start-appsmith-with-ecs_ec2)