Skip to content

Commit

Permalink
refactor: add remain field to cloud workspaces block schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev-snyk committed Jul 13, 2022
1 parent 58ae9eb commit cfd8c53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/terraform/hcl/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ import (
)

type CloudWorkspacesBlock struct {
Name string `hcl:"name,optional"`
Tags []string `hcl:"tags,optional"`
Name string `hcl:"name,optional"`
Tags []string `hcl:"tags,optional"`
Remain hcl.Body `hcl:",remain"`
}

type CloudBlock struct {
Expand Down

0 comments on commit cfd8c53

Please sign in to comment.