rickardgranberg / terraform-provider-vaultoperator

Terraform Provider for Vault Operator operations
Mozilla Public License 2.0
19 stars 11 forks source link

Allow to initizialize a Vault with autounseal #14

Closed ElfoLiNk closed 1 year ago

ElfoLiNk commented 1 year ago

Terraform Version

Terraform v1.3.7

Affected Resource(s)

vaultoperator_init

Error

│ Error: Error making API request.
│ 
│ URL: PUT http://localhost:8200/v1/sys/init
│ Code: 400. Errors:
│ 
│ * parameters secret_shares,secret_threshold not applicable to seal type awskms

Expected Behavior

Allow to do operator init with awskms auto unseal

Actual Behavior

What actually happened?

Steps to Reproduce

  1. Configure Vault with awskms auto unseal
  2. terraform apply
ElfoLiNk commented 1 year ago

Already fixed by https://github.com/rickardgranberg/terraform-provider-vaultoperator/pull/5