terracognita
terracognita copied to clipboard
Fix 'aws_instance.user_data'
On the aws_instance.user_data the attribute it's invalid as it's taking the sha1 from AWS and then it's all wrong. We have to change it to read the user_data_base64 which can be read and interpreated correctly.