Ansible CloudFormation module parameters file

Hi, I tested invoking Ansible CloudFormation module from a playbook. by passing required cloudformation parameters. Just wondering is it possible to pass parameter file to a cloudformation module inside playbook Similar to below CLI aws cloudformation create-stack --stack-name testsit1 --template-body file://test-cfn.yaml --parameters file://test-cfn-params.json. Again my request is, is it possible to pass parameter file when invoking cloudformation module within Ansible. Just like we pass template file Thanks, Ravee