Implement Secrets Manager instance (#85)
* Implement secrets manager instance resource * Implement secrets manager data source * Implement secrets manager acc tests * Add secrets manager to provider * Fix typos * Fix test name * Fix typo * Fix instance name * Lint fix * Remove unnecessary modifier --------- Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
This commit is contained in:
parent
6e51bdd5bf
commit
6372434e56
9 changed files with 761 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ type ProviderData struct {
|
|||
ObjectStorageCustomEndpoint string
|
||||
OpenSearchCustomEndpoint string
|
||||
RedisCustomEndpoint string
|
||||
SecretsManagerCustomEndpoint string
|
||||
ArgusCustomEndpoint string
|
||||
SKECustomEndpoint string
|
||||
ResourceManagerCustomEndpoint string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue