We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b25db3 + 9104919 commit f84d42dCopy full SHA for f84d42d
main.tf
@@ -1,7 +1,3 @@
1
-provider "aws" {
2
- region = "${var.region}"
3
-}
4
-
5
data "aws_ami" "ami" {
6
most_recent = true
7
owners = ["099720109477"]
variables.tf
@@ -11,10 +11,6 @@ variable ami {
11
default = ""
12
}
13
14
-variable region {
15
- default = "eu-west-1"
16
17
18
variable volume_size {
19
description = "Volume size"
20
default = 8
0 commit comments