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": {