diff --git a/docs/resources/version.md b/docs/resources/version.md index a78b442d..e6490295 100644 --- a/docs/resources/version.md +++ b/docs/resources/version.md @@ -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. diff --git a/spacelift/resource_version.go b/spacelift/resource_version.go index 63eea674..380d0262 100644 --- a/spacelift/resource_version.go +++ b/spacelift/resource_version.go @@ -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,