Skip to content

Commit

Permalink
feat: [PL-48648]: Update TF support for AWS secret manager accesskeyp…
Browse files Browse the repository at this point in the history
…laintext (#527)
  • Loading branch information
Sarthak S authored May 6, 2024
1 parent 76f194c commit fed0037
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions harness/nextgen/model_aws_sm_credential_spec_manual_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ package nextgen

// Returns secret reference access key and secret key of AWS Secret Manager.
type AwsSmCredentialSpecManualConfig struct {
AccessKey string `json:"accessKey"`
SecretKey string `json:"secretKey"`
AccessKey string `json:"accessKey,omitempty"`
SecretKey string `json:"secretKey"`
AccessKeyPlainText string `json:"accessKeyPlainText,omitempty"`
}

0 comments on commit fed0037

Please sign in to comment.