Refactor Terraform AWS IAC config to include bucket policies

This commit is contained in:
2024-10-20 22:19:36 +02:00
parent a13f59e616
commit b6885228fa
4 changed files with 91 additions and 12 deletions
+7
View File
@@ -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