Skip to content

Refactor input variables into primitive and collection types  #89

@hyder

Description

@hyder

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. 

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions