-
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
[Bug]: aws_iot_ca_certificate registration_config role_arn type mismatch #35079
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
I'd like to help but I am having trouble finding information about the Could someone please give an exact example of a Terraform config for the |
I think I have what I need after reading up on provisioning template. Since the test case won't be provisioning any devices, I will set up a dummy IOT service role with no policy and a sample JITP template pulled from the AWS doc. They might not work in practice but should be sufficient for testing the Terraform resource. |
hi Anthony thank you for quick response and setting up PR. You are exactly right on the spot. I also check your PR: #35234 , and for me it looks nice and it's good to go :) |
Relates #15098. |
This functionality has been released in v5.32.1 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. Thank you! |
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. |
Terraform Core Version
1.6.6
AWS Provider Version
5.30.0
Affected Resource(s)
aws_iot_ca_certificate
Expected Behavior
When I provide the role ARN (a string value) to the
registration_config.role_arn
I expect theaws_iot_ca_certificate
resource to be created.Actual Behavior
I am receiving an error:
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
/
Steps to Reproduce
Follow the example from the documentation and add the
registration_config
block to theaws_iot_ca_certificate
resource.Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
I assume this issue is related to the wrong type on the
role_arn
field in the go code hereinstead of
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: