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

Update keyspace to not be required for db creation #316

Closed
sriramg96 opened this issue Oct 12, 2023 · 0 comments · Fixed by #323
Closed

Update keyspace to not be required for db creation #316

sriramg96 opened this issue Oct 12, 2023 · 0 comments · Fixed by #323

Comments

@sriramg96
Copy link

sriramg96 commented Oct 12, 2023

Recently we merged some changes to Astra backend which now allow the user to not require to pass a keyspace upon an astra db creation. Instead, if a keyspace is not passed then a keyspace named default_keyspace is created for the db instead. This applies for serverless, classic and db_type vector too for now

See https://github.com/riptano/astra-docs/pull/715/files for the documentation update to see how the dev-ops-api has been updated.

We should update the astra terraform provider documentation similarly, so that keyspace is now optional for create operations. https://registry.terraform.io/providers/datastax/astra/latest/docs/resources/database

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

Successfully merging a pull request may close this issue.

1 participant