We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967c69e commit 586713bCopy full SHA for 586713b
main.tf
@@ -18,12 +18,6 @@ variable "num_webs" {
18
default = "1"
19
}
20
21
-# terraform {
22
-# backend "atlas" {
23
-# name = "sethvargo/training"
24
-# }
25
26
-
27
provider "aws" {
28
version = "~> 1.5"
29
access_key = "${var.access_key}"
server/main.tf
@@ -1,8 +1,6 @@
1
variable "ami" {}
2
3
-variable "num_webs" {
4
- default = 1
5
-}
+variable "num_webs" {}
6
7
variable "subnet_id" {}
8
variable "vpc_security_group_id" {}
0 commit comments