Skip to content

Commit

Permalink
Merge pull request #54 from Scalr/update_multiscope_vars
Browse files Browse the repository at this point in the history
Multiscope variables: acc, env, ws are not ForceNew
  • Loading branch information
emocharnik committed Mar 11, 2021
2 parents a81779f + e296594 commit 038f924
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 038f924

Please sign in to comment.