We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from https://registry.terraform.io/providers/confluentinc/confluent/latest/docs/data-sources/confluent_network_link_service
id - (Required String) The ID of the Network Link Service, for example, nls-zyw30.
Usually this kind of data source is used to obtain the nls id, but currently it requires nls id to be provided.
It would be much better if you could pass display_name argument to actually obtain the nls id from this data source
display_name
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue @t0ffel!
Could you confirm that you'd like the following configuration to be supported:
data "confluent_network_link_service" "nls" { display_name = "test" environment { id = "env-1234" } }
Thank you!
Sorry, something went wrong.
yes, that would be wonderful
No branches or pull requests
from https://registry.terraform.io/providers/confluentinc/confluent/latest/docs/data-sources/confluent_network_link_service
Usually this kind of data source is used to obtain the nls id, but currently it requires nls id to be provided.
It would be much better if you could pass
display_name
argument to actually obtain the nls id from this data sourceThe text was updated successfully, but these errors were encountered: