Skip to content

feat(valkey): onboard key value store service - #1679

Open
GokceGK wants to merge 2 commits into
mainfrom
feat/STACKITTPR-765-onboard-valkey
Open

feat(valkey): onboard key value store service#1679
GokceGK wants to merge 2 commits into
mainfrom
feat/STACKITTPR-765-onboard-valkey

Conversation

@GokceGK

@GokceGK GokceGK commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Description

relates to STACKITTPR-765

Checklist

  • Issue was linked above
  • Code format was applied: make fmt
  • Examples were added / adjusted (see examples/ directory)
  • Docs are up-to-date: make generate-docs (will be checked by CI)
  • Unit tests got implemented or updated
  • Acceptance tests got implemented or updated (see e.g. here)
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@GokceGK
GokceGK requested a review from a team as a code owner August 11, 2026 06:10
# Only use the import statement, if you want to import an existing valkey credential
import {
to = stackit_valkey_credential.import-example
id = "${var.project_id},${var.valkey_instance_id},${var.valkey_credential_id}"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

region missing

# Only use the import statement, if you want to import an existing valkey instance
import {
to = stackit_valkey_instance.import-example
id = "${var.project_id},${var.valkey_instance_id}"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here: region missing

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 this pull request may close these issues.

2 participants