Skip to content

Commit 5d7f33f

Browse files
committed
Extended inputs.
1 parent 8867840 commit 5d7f33f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

inputs.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
provider "aws" {
22
region = "eu-central-1"
33
}
4-
54
### Find an AMI to use for the deployment
65
data "aws_ami" "amazonlinux" {
76
most_recent = true
@@ -23,7 +22,7 @@ data "aws_ami" "amazonlinux" {
2322
variable "SUBNET" {
2423
type = "string"
2524
description = "(Mandatory) Subnet to deploy within."
26-
default = "subnet-09ce86163b3ba3ada"
25+
default = "subnet-06e023141034f77de"
2726
}
2827

2928
variable "SECURITYGROUP" {

0 commit comments

Comments
 (0)