Skip to content

Commit

Permalink
Merge branch 'release/v0.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rucciva committed Aug 26, 2021
2 parents 97f6459 + 28700df commit 0c54638
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linux/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ var schemaProvider = map[string]*schema.Schema{
Type: schema.TypeString,
Optional: true,
Description: "The password we should use for the connection.",
Sensitive: true,
},
attrProviderPrivateKey: {
Type: schema.TypeString,
Optional: true,
Description: "The contents of an SSH key to use for the connection. These can be loaded from a file on disk using the `file` function. This takes preference over the `password` if provided.",
Sensitive: true,
},
attrProviderCertificate: {
Type: schema.TypeString,
Expand Down Expand Up @@ -113,11 +115,13 @@ var schemaProvider = map[string]*schema.Schema{
Type: schema.TypeString,
Optional: true,
Description: "The password we should use for the bastion host. Defaults to the value of the `password` field.",
Sensitive: true,
},
attrProviderBastionPrivateKey: {
Type: schema.TypeString,
Optional: true,
Description: "The contents of an SSH key file to use for the bastion host. These can be loaded from a file on disk using the `file` function. Defaults to the value of the `private_key` field.",
Sensitive: true,
},
attrProviderBastionCertificate: {
Type: schema.TypeString,
Expand Down

0 comments on commit 0c54638

Please sign in to comment.