Skip to content

Commit 586713b

Browse files
committed
Cleanup unused code. Remove redundant default.
1 parent 967c69e commit 586713b

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ variable "num_webs" {
1818
default = "1"
1919
}
2020

21-
# terraform {
22-
# backend "atlas" {
23-
# name = "sethvargo/training"
24-
# }
25-
# }
26-
2721
provider "aws" {
2822
version = "~> 1.5"
2923
access_key = "${var.access_key}"

server/main.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
variable "ami" {}
22

3-
variable "num_webs" {
4-
default = 1
5-
}
3+
variable "num_webs" {}
64

75
variable "subnet_id" {}
86
variable "vpc_security_group_id" {}

0 commit comments

Comments
 (0)