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

Add the data source for the project resource #309

Open
mipo256 opened this issue Nov 14, 2024 · 0 comments
Open

Add the data source for the project resource #309

mipo256 opened this issue Nov 14, 2024 · 0 comments

Comments

@mipo256
Copy link

mipo256 commented Nov 14, 2024

Currently, the terraform provider allows for the creation of the project resources, which is great.

The problem is that if I have to deploy a managed K8s cluster, I have to specify the project_id. That seems to be a no bid deal to provide a variable for that, but it is a error prone approach since variables are typed by humans.

On the other hand, we can not reference the project's id since we do not have a data source for that.

Importing the resource into the terraform configuration is an option but a clumsy one because I do not really want to declare and store those project resources that are huge BTW because of the quotas and etc. Just importing them as data sources would be a concise solution.

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

No branches or pull requests

1 participant