From 592a919bff464c409f847bb625f0b0395e391d2c Mon Sep 17 00:00:00 2001 From: Neal Kaviratna Date: Thu, 20 Jan 2022 13:15:08 -0500 Subject: [PATCH] no apostrophe --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index c3b8121..6b1aca3 100644 --- a/variables.tf +++ b/variables.tf @@ -12,7 +12,7 @@ variable "iam_role_name" { variable "tunable_parameter_group_arns" { description = <<- EOT - Pass in the parameter group ARNs that you'd like to allow OtterTune to optimize. + Pass in the parameter group ARNs that you would like to allow OtterTune to optimize. Leave blank if you would like to run OtterTune in monitoring-only mode for now. This can be updated later. ARN Format: arn:aws:rds:::pg:. EOT @@ -23,7 +23,7 @@ variable "tunable_parameter_group_arns" { # variable "tunable_aurora_cluster_parameter_group_arns" { description = <<- EOT - Pass in the aurora cluster parameter group ARNs that you'd like to allow OtterTune to optimize. + Pass in the aurora cluster parameter group ARNs that you would like to allow OtterTune to optimize. Leave blank if you would like to run OtterTune in monitoring-only mode for now. This can be updated later. ARN Format: arn:aws:rds:::pg: EOT