opencti-terraform icon indicating copy to clipboard operation
opencti-terraform copied to clipboard

Terraform scripts for deploying OpenCTI to AWS, Azure, and GCP

Results 19 opencti-terraform issues
Sort by recently updated
recently updated
newest added

Fixes #9 After deploying, ran Reach Analyzer and saw that the instance couldn't reach port 443 for any of the [AWS SSM Endpoints.](https://docs.aws.amazon.com/general/latest/gr/ssm.html). It failed at the route table. Examination...

template_file is derpaced replaced by templatefile() function

Hi, is there a more complete tutorial available somewhere?

This fixes the RabbitMQ install failure (outdated version/repo), Grakn install failure (it is now TypeDB), and also updates to the latest (5.3.7) version of OpenCTI, properly adapting the connector-specific code...

Hi, running the script on AWS and get the install failure May 20 09:36:54 opencti-install: gpg: key 8F3DA4B5E9AEF44C: public key "Grakn Labs (Signing keys for Debian Grakn packages) " imported...

I'm using AWS. The backend block uses the same bucket which is referenced by var.storage_bucket. The bucket used by the backend block needs to exist before tf is kicked in....

Hi Everyone, I've come across issues accessing the vm when running the latest terraform and azure-cli. When I run this the entire deployment succeeds in Azure however once the deployment...

Tried installer script on GCP ubuntu 20 (focal) (this what terraform installs) I see too many issue 1. Apt update breaks 2. graken installation breaks 2. wget --quiet -O minio...

This PR relates to the issue - https://github.com/newcontext-oss/opencti-terraform/issues/22 I believe that the root cause of the issue is that bintray.com is no longer available (or not providing RabbitMQ packages /...

This should allow the module to lookup the correct AMI based on the provider's configured region. This is related to #24