Skip to content

Commit

Permalink
Fix description of id
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Jan 22, 2024
1 parent cd09b20 commit df5aadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spacelift/data_stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit df5aadd

Please sign in to comment.