From df5aadd147004488883a27e024b6eebefaa2afec Mon Sep 17 00:00:00 2001 From: peterdeme Date: Mon, 22 Jan 2024 12:34:53 +0100 Subject: [PATCH] Fix description of `id` --- spacelift/data_stack.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spacelift/data_stack.go b/spacelift/data_stack.go index 708c9076..04ee96cf 100644 --- a/spacelift/data_stack.go +++ b/spacelift/data_stack.go @@ -105,7 +105,7 @@ func dataStack() *schema.Resource { Schema: map[string]*schema.Schema{ "id": { Type: schema.TypeString, - Description: "ID of the Azure Devops project", + Description: "ID of the Azure Devops VCS integration", Computed: true, }, "project": { @@ -236,7 +236,7 @@ func dataStack() *schema.Resource { Schema: map[string]*schema.Schema{ "id": { Type: schema.TypeString, - Description: "ID of the GitHub Enterprise application", + Description: "ID of the GitHub Enterprise integration", Computed: true, }, "namespace": {