Skip to content

Commit

Permalink
SCALRCORE-28979 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DayS1eeper committed Feb 12, 2024
1 parent 1f00794 commit f7a5164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ type ProviderConfigurationUpdateOptions struct {
GoogleWorkloadProviderName *string `jsonapi:"attr,google-workload-provider-name"`
GoogleProject *string `jsonapi:"attr,google-project"`
GoogleCredentials *string `jsonapi:"attr,google-credentials"`
GoogleUseDefaultProject *bool `jsonapi:"attr,google-use-default-project"`
GoogleUseDefaultProject *bool `jsonapi:"attr,google-use-default-project,omitempty"`
ScalrHostname *string `jsonapi:"attr,scalr-hostname"`
ScalrToken *string `jsonapi:"attr,scalr-token"`
}
Expand Down

0 comments on commit f7a5164

Please sign in to comment.