Skip to content
New issue

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

Fix: update data_yandex_mdb_kafka_user documentation #428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

al-cheb
Copy link

@al-cheb al-cheb commented Apr 5, 2024

The data resource doesn't support the password argument, only cluster_id and name arguments could be passed (https:/yandex-cloud/terraform-provider-yandex/blob/master/yandex/data_source_yandex_mdb_kafka_user.go). If we set the password we will get an error like:

 Error: Value for unconfigurable attribute
│ 
│   with data.yandex_mdb_kafka_user.this,
│   on main.tf line 68, in data "yandex_mdb_kafka_user" "this":
│   68:   password = "abc"
│ 
│ Can't configure a value for "password": its value will be decided automatically based on the result of applying this configuration.

@saiks24
Copy link
Contributor

saiks24 commented May 21, 2024

Hi al-cheb! Thank you for your interest here.
Yep, it looks like the documentation for this data source is wrong. I've provided information about this issue to the developers. I'll return asap with new information.

@al-cheb
Copy link
Author

al-cheb commented Oct 9, 2024

@saiks24, hey, any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants