Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9104919

Browse files
committedJan 18, 2018
Inherit provider settings
1 parent 8b25db3 commit 9104919

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed
 

‎main.tf

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
provider "aws" {
2-
region = "${var.region}"
3-
}
4-
51
data "aws_ami" "ami" {
62
most_recent = true
73
owners = ["099720109477"]

‎variables.tf

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ variable ami {
1111
default = ""
1212
}
1313

14-
variable region {
15-
default = "eu-west-1"
16-
}
17-
1814
variable volume_size {
1915
description = "Volume size"
2016
default = 8

0 commit comments

Comments
 (0)
Please sign in to comment.