https://github.com/oada/oada-terraform
Terraform script to run OADA in AWS
https://github.com/oada/oada-terraform
Last synced: 4 months ago
JSON representation
Terraform script to run OADA in AWS
- Host: GitHub
- URL: https://github.com/oada/oada-terraform
- Owner: OADA
- License: apache-2.0
- Created: 2019-04-01T14:12:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T14:37:33.000Z (about 7 years ago)
- Last Synced: 2025-09-04T00:30:15.758Z (9 months ago)
- Language: HCL
- Size: 5.86 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security.tf
Awesome Lists containing this project
README
### Terraform script to run OADA in AWS environment
* Need to generate a secret key and an access token for the AWS account.
* If you are an AWS Go account user then you need to have a token as well.
* Install terraform in your local machine.
* Clone the repo.
* Then go inside of the repo.
* Execute "terraform init" command.
* Then execute "terraform plan" command.
* As the final step execute "terraform apply" command.
* Go to "ec2_instance_ip/.well-known/oada-configuration" to check whether OADA is running.