This repository is used to manage secrets on scaleway using terraform.
~> Important: Beware that secret's values won't be displayed on plan/apply, netherless it will be stored in the state file. For more information, see Sensitive Data in State.
module "my_service" {
source = "scaleway-terraform-modules/secrets/scaleway"
version = "0.0.1"
# insert required variables here
}
Name |
Description |
Type |
Default |
Required |
data |
Data payload of the secret version. Must be no larger than 64KiB. |
string |
n/a |
yes |
name |
(Required) Name of the secret. |
string |
n/a |
yes |
description |
Description of the secret. |
string |
null |
no |
project_id |
ID of the project containing the secret. Ressource will be created in the project set at the provider level if null. |
string |
null |
no |
region |
Region in which the resource exists. Ressource will be created in the region set at the provider level if null. |
any |
null |
no |
tags |
Tags associated with the secret. |
list(string) |
[] |
no |
Module is maintained with help from the community.
Mozilla Public License 2.0 Licensed. See LICENSE for full details.