Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
James Woolfenden authored and James Woolfenden committed Mar 15, 2019
1 parent 7a63471 commit 293067f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/exampleA/module.pipeline.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "codepipeline" {
source = "../../"
source = "../../"
artifact_store = "${var.artifact_store}"
bucketname = "${lookup(var.artifact_store[0],"location")}"
build_timeout = "${var.build_timeout}"
Expand Down
3 changes: 1 addition & 2 deletions examples/exampleA/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@ variable "env" {
}

variable "type" {
type="string"
type = "string"
}

6 changes: 2 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ variable "env" {
}

variable "type" {
type="string"
type = "string"
}

variable "bucketname" {

}
variable "bucketname" {}

0 comments on commit 293067f

Please sign in to comment.