Refactor Terraform AWS IAC config to include bucket policies
This commit is contained in:
@@ -23,6 +23,12 @@ variable "scaleway_secret_key" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "scaleway_user_id" {
|
||||
description = "Scaleway User Id"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "scaleway_project_id" {
|
||||
description = "Scaleway Project Id"
|
||||
type = string
|
||||
@@ -33,6 +39,7 @@ variable "scaleway_organization_id" {
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
variable "nextcloud_mysql_password" {
|
||||
description = "MySQL access password"
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user