Terraform SetupAvailable in v1.26.11+
Overview
ScaleOps provides a Terraform module for AWS cloud node integration.
Prerequisites
- Terraform 1.10.0 or higher
- AWS CLI
- AWS account
- ScaleOps external ID from your dashboard
Usage
module "scaleops_node_integration" {
source = "https://scriptshelf.scaleops.com/aws/integrate.tf.tar.gz"
scaleops_external_id = "<SCALEOPS_EXTERNAL_ID>"
}Apply Helm Values
After running the script, apply the provided Helm values to your ScaleOps installation. The configuration will look like this:
cloudNodeIntegration:
aws:
enabled: trueFor full Helm values reference, see the Advanced Setup.