@cvrabie wrote:
Is there any way to configure and run a raw AWS CLI command in Terraform Cloud?
I need something not supported by the AWS provider, but normally easily done via the local-exec provisioner with a null resource. However, with Terraform Cloud, the only mechanism I can think of is using the generic way to install additional software then using another local-exec to configure the AWS credentials and defaults.
Since AWS is such a commonly used platform with Terraform, I’m wondering if there’s an easier way to do it? Can the terraform cloud environment come preconfigured with AWS CLI?
Posts: 1
Participants: 1