-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Datasource google_sql_database_instances #8164
Comments
Hey @omelnyk1 can I ask what your use case for this datasource would be? I'm not sure why having this list would be helpful within Terraform |
Hi @slevenick , |
Signed-off-by: Modular Magician <magic-modules@google.com>
Appears to be resolved by GoogleCloudPlatform/magic-modules#6980 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Affected Resource(s)
Potential Terraform Configuration
Arguments:
project
- (Optional) The ID of the project in which the resource belongs. If it is not provided, the provider project is used.database_version
- (Optional) The MySQL, PostgreSQL or SQL Server (beta) version to use.location
- (Optional) zone name in which the resource belongs.tier
- (Optional) The machine type to use.status
- (Optional) The current serving state of the database instance. https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/instances#sqlinstancestateAttributes:
instances
- list of sql instance names.References
https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/instances/list
The text was updated successfully, but these errors were encountered: