skip to Main Content

Launch Template UserData is not MIME multipart format

I am trying to use a launch template for AWS batch jobs. The user-data template file is: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="==BOUNDARY==" --==BOUNDARY== Content-Type: text/cloud-boothook; charset="us-ascii" #cloud-boothook #!/bin/bash cloud-init-per once docker_options echo 'OPTIONS="$${OPTIONS} --storage-opt dm.basesize=20G"' >> /etc/sysconfig/docker --==BOUNDARY== Content-Type: text/cloud-config;…

VIEW QUESTION

terraform using for_each to find data source

In a aws_ssoadmin_permission_set_inline_policy ressource, i'm using a for_each to parse a list of name corresponding to my data source name. It doesn't work when using the each.key but wokring when hard coding the value inline_policy = data.aws_iam_policy_document.emobg-sso-billing-admin.json data "aws_iam_policy_document" "emobg-sso-billing-admin"…

VIEW QUESTION
Back To Top
Search