From 93f74a7f73bfbd02c8e835080e690b2163b4614f Mon Sep 17 00:00:00 2001 From: stevenGravy Date: Tue, 19 Nov 2024 10:52:36 -0500 Subject: [PATCH] remove reference to Pro license --- examples/aws/terraform/ha-autoscale-cluster/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/aws/terraform/ha-autoscale-cluster/Makefile b/examples/aws/terraform/ha-autoscale-cluster/Makefile index 04c1848ec74a8..504e4772b2389 100644 --- a/examples/aws/terraform/ha-autoscale-cluster/Makefile +++ b/examples/aws/terraform/ha-autoscale-cluster/Makefile @@ -9,8 +9,8 @@ TF_VAR_cluster_name ?= # AWS SSH key name to provision in installed instances, should be available in the region TF_VAR_key_name ?= -# Full absolute path to the license file for Teleport Enterprise or Pro. -# This license will be copied into SSM and then pulled down on the auth nodes to enable Enterprise/Pro functionality +# Full absolute path to the license file for Teleport Enterprise +# This license will be copied into SSM and then pulled down on the auth nodes to enable Enterprise functionality TF_VAR_license_path ?= # AMI name contains the version of Teleport to install, and whether to use OSS or Enterprise version