Skip to content

Commit

Permalink
Merge spelling fix into master
Browse files Browse the repository at this point in the history
Change-Id: If110f5ba26ec9e588636e34c4b9397d1b4e27f6f
  • Loading branch information
Joel-Cripps committed Feb 20, 2020
2 parents 5d46f79 + 2637267 commit 1c0db15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ resource "google_compute_region_autoscaler" "default" {

# No Capital Letters allowed in the bucket name
resource "google_storage_bucket" "bucket" {
name = "foritgate-autoscale-${random_string.random_name_post.result}"
name = "fortigate-autoscale-${random_string.random_name_post.result}"
}

resource "google_storage_bucket_object" "archive" {
Expand Down

0 comments on commit 1c0db15

Please sign in to comment.