digitickets / terraform-aws-cli

Run the AWS CLI, with the ability to run under an assumed role, to access resources and properties missing from the Terraform AWS Provider.
28 stars 11 forks source link

Explicitly specify output type as json for assume #2

Closed niranjan94 closed 2 years ago

niranjan94 commented 2 years ago

Currently this module does not work if the default output is set to something that isn't json in the aws config locally.

rquadling commented 2 years ago

Thank you for this. And please accept my apologies for the delay in getting around to it.

Perfectly reasonable change!