Skip to content

Commit

Permalink
Merge pull request #61 from grezar/grezar-patch-1
Browse files Browse the repository at this point in the history
s/owner/organization/
  • Loading branch information
Riki Makita authored Dec 29, 2021
2 parents c151a87 + 7e53a8c commit d36c8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/to/tfe/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (t *Tfe) UnmarshalSpec(bytes []byte) (toprovider.Operator, error) {

// toprovider.Operator
type Spec struct {
Organization string `yaml:"owner" validate:"required"`
Organization string `yaml:"organization" validate:"required"`
Workspace string `yaml:"workspace" validate:"required"`
Secrets []Secret
Client *tfe.Client
Expand Down

0 comments on commit d36c8c0

Please sign in to comment.