Skip to content

Commit 6555a99

Browse files
h3adexrubenhoenle
andauthored
chore(sa-tokens): mark deprecation on sa-token resource (#919)
Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud> Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
1 parent a930eda commit 6555a99

File tree

1 file changed

+1
-0
lines changed
  • stackit/internal/services/serviceaccount/token

1 file changed

+1
-0
lines changed

stackit/internal/services/serviceaccount/token/resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func (r *serviceAccountTokenResource) Schema(_ context.Context, _ resource.Schem
9898
resp.Schema = schema.Schema{
9999
MarkdownDescription: fmt.Sprintf("%s%s", descriptions["main"], markdownDescription),
100100
Description: descriptions["main"],
101+
DeprecationMessage: "This resource is scheduled for deprecation and will be removed on December 17, 2025. To ensure a smooth transition, please refer to our migration guide at https://docs.stackit.cloud/stackit/en/deprecation-plan-for-service-account-access-tokens-and-migration-guide-373293307.html for detailed instructions and recommendations.",
101102
Attributes: map[string]schema.Attribute{
102103
"id": schema.StringAttribute{
103104
Description: descriptions["id"],

0 commit comments

Comments
 (0)