Extend "SetIdentifierArgumentFn" interface to support additional parameters like "metadata.name"
Open
configuration
enhancement
v2
- Dominant language
- Go
- Stars
- 481
- Forks
- 131
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 11
Description
### What problem are you facing?
Currently, "SetIdentifierArgumentFn" functions can only take "spec.forProvider" and "external-name" parameters. I'd like to pass "metadata.name" field for configuring resources like AWS MQ broker. In this resource, "broker-name" is required and the external name is generated by the cloud provider.
### How could Terrajet help solve your problem?
Providing an additional mechanism to configure jet-based resources.
Original Issue by @ezgidemirel: https://github.com/crossplane/terrajet/issues/280
Contributor guide
Assessment
This issue has not been assessed yet.