Skip to content

Commit

Permalink
Merge pull request #2 from buildo/inherit-provider
Browse files Browse the repository at this point in the history
Inherit provider settings
  • Loading branch information
dhinus authored Jan 18, 2018
2 parents 8b25db3 + 9104919 commit f84d42d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "aws" {
region = "${var.region}"
}

data "aws_ami" "ami" {
most_recent = true
owners = ["099720109477"]
Expand Down
4 changes: 0 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ variable ami {
default = ""
}

variable region {
default = "eu-west-1"
}

variable volume_size {
description = "Volume size"
default = 8
Expand Down

0 comments on commit f84d42d

Please sign in to comment.