mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-10-12 18:10:18 +00:00
chore: apply suggestion from feedback
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
This commit is contained in:
parent
6157701f06
commit
524cb27256
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ func optionsFromDataModel(data CachedImageResourceModel) (eboptions.Options, dia
|
|||
diags = append(diags, overrideOptionsFromExtraEnv(&opts, extraEnv, providerOpts)...)
|
||||
|
||||
if opts.GitSSHPrivateKeyPath != "" && opts.GitSSHPrivateKeyBase64 != "" {
|
||||
diags.AddError("Cannot set more than one git ssh private key options",
|
||||
diags.AddError("Cannot set more than one git ssh private key option",
|
||||
"Both ENVBUILDER_GIT_SSH_PRIVATE_KEY_PATH and ENVBUILDER_GIT_SSH_PRIVATE_KEY_BASE64 have been set.")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue