-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data.aws_mq_broker results in error "logs: logs.0.audit: '' expected type 'bool', got unconvertible type 'string'" #19494
Comments
This comment has been minimized.
This comment has been minimized.
@davidcallen Thanks for raising this issue 👏. |
We have a failing CI test related to this bug:
|
This has been released in version 3.43.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
I am trying to upgrade terraform 0.14.8 ->0.15.4 and terraform-aws-provider 3.32.0 ->3.42.0.
This has been ok in numerous accounts until I do it on an account that has AmazonMQ (ActiveMQ)
I encountered this error :
The line in question is :
I stayed on terraform 0.15.4 but down-graded back to 3.32.0. All OK now.
I upgrade to 3.37.0 and all OK.
I upgrade from 3.37.0 to 3.37.0 and I get the error :
Error: error setting logs: logs.0.audit: '' expected type 'bool', got unconvertible type 'string'
I'd suspect something to
This is run from Fedora Linux 33
There are a few mentions in the release notes for 3.38.0 relating to new RabittMQ support. Maybe this has caused a regression ?
audit
#19066 from hashicorp/rabbitmq-logsPanic Output
none
Expected Behavior
The upgrade and terraform apply should complete without error
Actual Behavior
Steps to Reproduce
In 3.37.0 create an AmazonMQ like this :
Note: above taken from a "terraform show state" and sensitve info redacted so is not exact replica of my terraform.
Then terraform apply - all should be OK
Then upgrade to 3.38.0 with
terraform init -upgrade
Then "terraform apply" and should get error :
Error: error setting logs: logs.0.audit: '' expected type 'bool', got unconvertible type 'string'
Important Factoids
none
References
Maybe relates to changes in release notes for 3.38.0 :
#19066
#19142
The text was updated successfully, but these errors were encountered: