Closed goural closed 10 months ago
Voting for Prioritization
Volunteering to Work on This Issue
Hey @goural 👋 Thank you for taking the time to raise this! I took a look at the schema and both the AWS Go SDK documentation and AWS API documentation, all of which point to this being an optional argument.
It appears this is one of those cases where it's required for some configurations, but not all. With that in mind, it appears that the documentation (and current schema behavior) are correct.
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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Documentation Link
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/servicecatalog_product
Description
Here in provisioning_artifact_parameters it is given that type is optional value, however it is required value as without passing it the terraform throws error .
terraform resource code -
ERROR -
Document Ref - type - (Optional) Type of provisioning artifact. See AWS Docs for valid list of values.
Code that works -
References
No response
Would you like to implement a fix?
None