Skip to content

Commit

Permalink
Changes made as Suggested by Maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
parthiv11 committed Jun 30, 2023
1 parent bc0a2a2 commit 28475e7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions plugins/scaleway/api_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,5 @@ type Config struct {
DefaultProjectID string `yaml:"default_project_id"`
DefaultRegion string `yaml:"default_region"`
DefaultZone string `yaml:"default_zone"`
ActiveProfile string `yaml:"active_profile,omitempty"`
Profiles map[string]Profile `yaml:"profiles,omitempty"`
}

type Profile struct {
AccessKey string `yaml:"access_key"`
SecretKey string `yaml:"secret_key"`
DefaultOrganizationID string `yaml:"default_organization_id"`
DefaultProjectID string `yaml:"default_project_id"`
DefaultZone string `yaml:"default_zone"`
DefaultRegion string `yaml:"default_region"`
}

0 comments on commit 28475e7

Please sign in to comment.