Terraform script for running Dgraph on AWS
- Terraform script for single node deployment.
- Added instructions in Readme.md.
- Tf.variable with the default configuration added.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Reviewable status: 0 of 8 files reviewed, 1 unresolved discussion (waiting on @hackintoshrao)
contrib/config/terraform/aws/standalone/main.tf, line 14 at r1 (raw file):
# This EC2 Instance has a public IP and will be accessible directly from the public Internet associate_public_ip_address = trueIMO this shouldn't be public. Accessing Dgraph instances should be left to the user using their VPC configuration.
Sure, I'll leave the default to false.
I'd be interested in building a Terraform example for GKE! @hackintoshrao Nice job on your example!
We will close this PR because of its age, however we will be referencing this PR when we start work on CD steps. There is a lot of cleanup currently happening around CI steps, and when we get to CD we will address Terraform, Helm, and Docker.