|
|
|
|
@ -116,8 +116,7 @@ type AccessConfig struct {
|
|
|
|
|
// credential types) and GetFederationToken (for federation\_token
|
|
|
|
|
// credential types) for more details.
|
|
|
|
|
//
|
|
|
|
|
// <Tabs>
|
|
|
|
|
// <Tab heading="JSON">
|
|
|
|
|
// JSON example:
|
|
|
|
|
//
|
|
|
|
|
// ```json
|
|
|
|
|
// {
|
|
|
|
|
@ -127,9 +126,9 @@ type AccessConfig struct {
|
|
|
|
|
// "ttl": "3600s"
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// ```
|
|
|
|
|
//
|
|
|
|
|
// </Tab>
|
|
|
|
|
// <Tab heading="HCL2">
|
|
|
|
|
// HCL2 example:
|
|
|
|
|
//
|
|
|
|
|
// ```hcl
|
|
|
|
|
// vault_aws_engine {
|
|
|
|
|
@ -138,9 +137,6 @@ type AccessConfig struct {
|
|
|
|
|
// ttl = "3600s"
|
|
|
|
|
// }
|
|
|
|
|
// ```
|
|
|
|
|
//
|
|
|
|
|
// </Tab>
|
|
|
|
|
// </Tabs>
|
|
|
|
|
VaultAWSEngine VaultAWSEngineOptions `mapstructure:"vault_aws_engine" required:"false"`
|
|
|
|
|
|
|
|
|
|
getEC2Connection func() ec2iface.EC2API
|
|
|
|
|
|