Skip to content

Commit

Permalink
acc, env, ws are not ForceNew
Browse files Browse the repository at this point in the history
Multiscope variables
  • Loading branch information
vmotso committed Mar 11, 2021
1 parent a81779f commit e296594
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scalr/resource_scalr_variable.go
Expand Up @@ -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,
},
},
}
Expand Down

0 comments on commit e296594

Please sign in to comment.