From c4618479e5f440e24f7039846f77958292f59842 Mon Sep 17 00:00:00 2001 From: Cameron Delano Date: Wed, 11 Jan 2023 12:04:09 -0800 Subject: [PATCH] destroy run --- juice-shop/variables.tf | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/juice-shop/variables.tf b/juice-shop/variables.tf index e15309873..5c2229c83 100644 --- a/juice-shop/variables.tf +++ b/juice-shop/variables.tf @@ -19,45 +19,7 @@ variable "tf_cloud_organization" { type = string description = "TF cloud org (Value set in TF cloud)" } -#AWS Global -variable "aws_region" { - description = "aws region" - type = string - default = "" -} -variable "azs" { - description = "Availability Zones" - type = list -} -variable "vpc_id" { - type = string - description = "The AWS network VPC ID" - default = "" -} -variable "vpc_main_route_table_id" { - type = string - description = "Main route table id" - default = "" -} -variable "private_cidr_blocks" { - type = list(any) - default = ["10.1.20.0/24", "10.1.120.0/24"] - description = "Internal subnet address prefixes" -} -variable "app_cidr" { - type = string - default = "" -} -variable "admin_src_addr" { - type = string - description = "Allowed Admin source IP prefix" - default = "0.0.0.0/0" -} -variable "internal_sg_id" { - type = string - description = "Internal securitiy group ID" - default = "" -} +## SSH Key variable "ssh_key" { type = string description = "public key used for authentication in ssh-rsa format"