stackitcloud / terraform-provider-stackit

The official Terraform provider for STACKIT
https://registry.terraform.io/providers/stackitcloud/stackit
Apache License 2.0
35 stars 13 forks source link

Feature: Allow writes into SecretsManager #274

Closed PeterStolz closed 6 months ago

PeterStolz commented 7 months ago

Right now there is no easy way to write credentials from proivisioned STACKIT services into a secretsmanager instance.

I would want a resource like stackit_secretsmanager_secret taking a

where I can push the credentials I got from my ARGUS, rabbit or redis from.

vicentepinto98 commented 7 months ago

Related with #270

joaopalet commented 6 months ago

Hello @PeterStolz,

Currently it is not possible to use the STACKIT provider (or the SecretsManager API) to write secrets.

For that you can use the Vault provider together with the stackit_secretsmanager_instance, we will soon add documentation on how to do it (see #270).

PeterStolz commented 6 months ago

Geat, I got it working using the snippet from #270 Thanks for the help

DiogoFerrao commented 5 months ago

Documentation for this case is available in the Terraform Registry