File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ To use a `StepScaling` or `TargetTrackingScaling` policy, create it yourself and
5656
5757## Usage
5858
59+
5960``` hcl
6061locals {
6162 userdata = <<-USERDATA
@@ -186,6 +187,7 @@ All those keys are required to be there so if the alarm you are setting does not
186187| [ aws_autoscaling_policy.scale_up] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_policy ) | resource |
187188| [ aws_cloudwatch_metric_alarm.all_alarms] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm ) | resource |
188189| [ aws_launch_template.default] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template ) | resource |
190+ | [ aws_ec2_instance_type.default] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_instance_type ) | data source |
189191| [ aws_subnet.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnet ) | data source |
190192
191193## Inputs
You can’t perform that action at this time.
0 commit comments