fix: bucket acls, readme

This commit is contained in:
Andrejus
2021-05-03 00:52:39 +01:00
parent c38e0546df
commit 18c629d8ff
3 changed files with 22 additions and 4 deletions

View File

@@ -8,6 +8,11 @@ variable "project" {
type = string
}
variable "project_number" {
type = string
description = "The numeric project ID"
}
variable "domain" {
description = "DNS name to serve static content"
type = string