newcontext-oss / opencti-terraform

Terraform scripts for deploying OpenCTI to AWS, Azure, and GCP
Apache License 2.0
30 stars 13 forks source link

Terraform variables should be in their own file #7

Closed cgoettel closed 3 years ago

cgoettel commented 3 years ago

The end user shouldn't have to dig around through files to edit values. All of the values the user must edit to deploy should all be in the same file.

cgoettel commented 3 years ago

This was fixed in #12 for AWS and it's fixed in an upcoming PR for Azure.

cgoettel commented 3 years ago

Azure PR in