Terraform Launch Script too long for AWS: expected length of user_data to be in the range (1 – 16384), got #!/bin/bash – Amazon web services
I am using a module to create an autoscaling group that spins up instances and provides them a launch script to run. The launch script is relatively simple, just a few apt gets/installs, create a user, and write some files.…