Install OX Runtime Sensor on AWS ECS Terraform
Prerequisites
Step 1: Configure the AWS provider
provider "aws" {
region = "<AWS_REGION>" # e.g. "us-east-1"
profile = "<AWS_PROFILE>" # omit if using environment credentials or an IAM role
}Step 2: Configure the Terraform module
Step 3: Apply
Configuration reference
Variable
Required
Default
Description
Uninstall
Last updated
