nhsconnect / integration-adaptors

Adaptors which accelerate integration with national NHS systems
Apache License 2.0
18 stars 7 forks source link

GP2GP mq broker error #383

Closed RIashfaqahmed closed 3 years ago

RIashfaqahmed commented 3 years ago

GP2GP pipeline was throwing following error

Error: error setting logs: logs.0.audit: '' expected type 'bool', got unconvertible type 'string'

on data_mq_broker.tf line 1, in data "aws_mq_broker" "nhais_mq_broker": 1: data "aws_mq_broker" "nhais_mq_broker" {

this was due to a bug in recent hashicorp/aws release version (3.38.0) and was failing gp2gp pipeline. Last working version (3.37.0) has been enforced inside TF configuration for GP2GP adapter.

https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md