Skip to content

Commit

Permalink
Terraform formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thefirstofthe300 committed Feb 21, 2019
1 parent 26c9525 commit 13b81d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/fixtures/minimal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ provider "google-beta" {
}

resource "random_string" "suffix" {
length = 5
length = 5
special = false
upper = false
upper = false
}

module "project-factory" {
source = "../../../"
source = "../../../"

name = "pf-ci-test-minimal-${random_string.suffix.result}"
random_project_id = true
Expand Down

0 comments on commit 13b81d7

Please sign in to comment.