diff --git a/bitbucket/resource_bitbucket_pipeline_variable.go b/bitbucket/resource_bitbucket_pipeline_variable.go index 9dc5b76..8c7dfff 100644 --- a/bitbucket/resource_bitbucket_pipeline_variable.go +++ b/bitbucket/resource_bitbucket_pipeline_variable.go @@ -36,6 +36,7 @@ func resourceBitbucketPipelineVariable() *schema.Resource { Description: "The name of the repository (must consist of only lowercase ASCII letters, numbers, underscores and hyphens).", Type: schema.TypeString, Required: true, + ForceNew: true, ValidateDiagFunc: validateRepositoryName, }, "key": {