skip to Main Content

Amazon web services – terraform template to build dynamic SSM automation

running Terraform 1.7.4 for each row in arg map my SSM automation needs { "description": "Invoke Lambda Function ${key}", "name": "InvokeLambdaFunction${key}", "action": "aws:invokeLambdaFunction", "inputs": { "FunctionName": "arn:aws:lambda:us-east-1:${account_number}:function:hello", "InvocationType": "RequestResponse", "Payload": "{"key1": "${account_number}", "key2": "<first value from arg_map>", "key3": "<second value…

VIEW QUESTION
Back To Top
Search