Amazon web services – AWS CLI commands not seemingly working from Terraform
Been stuck at this for countless hours now. This command works perfectly fine for me via the terminal: aws ssm get-parameter --name "/something/i/know/exists" --query "Parameter.Value" --output text Output: subnet-whatIwouldExpect But setting it as a variable inside Terraform has been a…