From e296594185df7f7bb501304d6ee020d129043c78 Mon Sep 17 00:00:00 2001 From: Vitalii Motso Date: Thu, 11 Mar 2021 16:56:31 +0200 Subject: [PATCH] acc, env, ws are not ForceNew Multiscope variables --- scalr/resource_scalr_variable.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/scalr/resource_scalr_variable.go b/scalr/resource_scalr_variable.go index 19093cf8..b7760c60 100644 --- a/scalr/resource_scalr_variable.go +++ b/scalr/resource_scalr_variable.go @@ -84,19 +84,16 @@ func resourceScalrVariable() *schema.Resource { "workspace_id": { Type: schema.TypeString, Optional: true, - ForceNew: true, }, "environment_id": { Type: schema.TypeString, Optional: true, - ForceNew: true, }, "account_id": { Type: schema.TypeString, Optional: true, - ForceNew: true, }, }, }