Skip to content

Commit

Permalink
destroy run
Browse files Browse the repository at this point in the history
  • Loading branch information
knowbase committed Jan 11, 2023
1 parent d54c803 commit c461847
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions juice-shop/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c461847

Please sign in to comment.