Skip to content

Commit

Permalink
fix: 🐛 correção de script do terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStos committed Jul 29, 2021
1 parent 947658c commit 5b89e9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ locals {
variable "bucket_name" {
type = string
description = "Google Cloud Storage Bucket to create, o valor informado será usado em conjunto com o project_prefix para formar o nome do bucket"
default = "site_speed_dashboard"
default = "site-speed-dashboard"
}

variable "project_prefix" {
Expand Down

0 comments on commit 5b89e9b

Please sign in to comment.