Skip to content

feat(valkey): add Key Value Store in the descriptions - #1754

Open
GokceGK wants to merge 2 commits into
mainfrom
feat/STACKITTPR-845-update-valkey-docs
Open

feat(valkey): add Key Value Store in the descriptions#1754
GokceGK wants to merge 2 commits into
mainfrom
feat/STACKITTPR-845-update-valkey-docs

Conversation

@GokceGK

@GokceGK GokceGK commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Description

relates to STACKITTPR-845

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 September 8, 2026 13:42
Comment thread stackit/internal/services/redis/credential/datasource.go Outdated
if resp.Diagnostics.HasError() {
return
}
tflog.Info(ctx, "Valkey credential read")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I wouldn't touch this. The resource is named valkey, so the log output shouldn't be something else.

Don't mix up improving documentation with changing log entries.

return
}
r.client = apiClient
tflog.Info(ctx, "Valkey credential client configured")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

same

"main": "Key Value Store(valkey) credential resource schema. Must have a `region` specified in the provider configuration.",
"id": "Terraform's internal resource identifier. It is structured as \"`project_id`,`region`,`instance_id`,`credential_id`\".",
"credential_id": "The credential's ID.",
"instance_id": "ID of the Valkey instance.",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Same here, would leave it like it is.

As long as it's clear from the top-level description of the resource that valkey = Key Value Store I wouldn't touch anything else.

@rubenhoenle rubenhoenle left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I would suggest to only touch the description of the resources and nothing else.

Co-authored-by: Ruben Hönle <Ruben.Hoenle@digits.schwarz>
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