terraform-oci-base
terraform-oci-base copied to clipboard
Refactor input variables into primitive and collection types
trafficstars
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
The input variables to this module currently use structural types (object/tuples) and this is a bit difficult to pass/render as input when used in ORM, command line arguments. Users also struggle with initializing and passing the correct arguments to it.
We propose that we revert to using a primitive and collection types (list, map, set) only. The changes would be reflected in a major version.
New or Affected Resource(s)
Potential Terraform Configuration
# Copy-paste any Terraform configurations for how the requested feature may be used.