mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
terraform fmt
This commit is contained in:
parent
ed1db4d899
commit
146269944a
2 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ terraform {
|
||||||
}
|
}
|
||||||
|
|
||||||
backend "gcs" {
|
backend "gcs" {
|
||||||
bucket = "roleypoly-tfstate"
|
bucket = "roleypoly-tfstate"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -41,9 +41,9 @@ variable "api_public_uri" {
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "api_path_to_worker" {
|
variable "api_path_to_worker" {
|
||||||
type = string
|
type = string
|
||||||
description = "Path to worker JS, relative to this file/terraform folder."
|
description = "Path to worker JS, relative to this file/terraform folder."
|
||||||
default = "../worker/script.js"
|
default = "../worker/script.js"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "root_users" {
|
variable "root_users" {
|
||||||
|
|
Loading…
Add table
Reference in a new issue