Skip to content

Commit

Permalink
adds word "module" to spacelift_version (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
jubranNassar authored Apr 30, 2024
1 parent 4765ad4 commit 41bb03b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/resources/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "spacelift_version Resource - terraform-provider-spacelift"
subcategory: ""
description: |-
spacelift_version allows to programmatically trigger a version creation in response to arbitrary changes in the keepers section.
spacelift_version allows to programmatically trigger a module version creation in response to arbitrary changes in the keepers section.
---

# spacelift_version (Resource)

`spacelift_version` allows to programmatically trigger a version creation in response to arbitrary changes in the keepers section.
`spacelift_version` allows to programmatically trigger a module version creation in response to arbitrary changes in the keepers section.



Expand Down
2 changes: 1 addition & 1 deletion spacelift/resource_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
func resourceVersion() *schema.Resource {
return &schema.Resource{
Description: "" +
"`spacelift_version` allows to programmatically trigger a version creation " +
"`spacelift_version` allows to programmatically trigger a module version creation " +
"in response to arbitrary changes in the keepers section.",

CreateContext: resourceVersionCreate,
Expand Down

0 comments on commit 41bb03b

Please sign in to comment.