Skip to content

Commit

Permalink
* rename
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcoulombe committed Sep 23, 2024
1 parent 628ddd3 commit 2e50904
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type RotatingSecret struct {
AWSAccessKeys *awsAccessKeys `tfsdk:"aws_access_keys"`
GCPServiceAccountKey *gcpServiceAccountKey `tfsdk:"gcp_service_account_key"`
MongoDBAtlasUser *mongoDBAtlasUser `tfsdk:"mongodb_atlas_user"`
TwilioApiKey *twilioApiKey `tfsdk:"twilio_api_key"`
TwilioAPIKey *twilioAPIKey `tfsdk:"twilio_api_key"`

// Computed fields
OrganizationID types.String `tfsdk:"organization_id"`
Expand All @@ -86,7 +86,7 @@ type mongoDBAtlasUser struct {
Roles []types.String `tfsdk:"roles"`
}

type twilioApiKey struct{}
type twilioAPIKey struct{}

var _ resource.Resource = &resourceVaultSecretsRotatingSecret{}
var _ resource.ResourceWithConfigure = &resourceVaultSecretsRotatingSecret{}
Expand Down

0 comments on commit 2e50904

Please sign in to comment.