Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from rb-nr/rm-unused-region
Browse files Browse the repository at this point in the history
Removed unused region argument
  • Loading branch information
Todd Radel authored May 25, 2021
2 parents ae9c14a + 9eca81f commit d7a735c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ provider "aws" {
module "aws_accesstier" {
source = "banyansecurity/banyan-accesstier/aws"
region = "us-east-1"
vpc_id = "vpc-0e73afd7c24062f0a"
public_subnet_ids = ["subnet-09ef9206ca406ffe7", "subnet-0bcb18d59e3ff3cc7"]
private_subnet_ids = ["subnet-00e393f22c3f09e16", "subnet-0dfce8195de704b65"]
Expand Down Expand Up @@ -57,7 +56,6 @@ terraform plan

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:-----:|
| region | Region in which to create Access Tier | `string` | n/a | yes |
| cluster\_name | Name of an existing Shield cluster to register this Access Tier with | `string` | n/a | yes |
| site\_name | Name to use when registering this Access Tier with the console | `string` | n/a | yes |
| private\_subnet\_ids | IDs of the subnets where the Access Tier should create instances | `list(string)` | n/a | yes |
Expand Down
5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
variable "region" {
type = string
description = "Region in which to create Access Tier"
}

variable "vpc_id" {
type = string
description = "ID of the VPC in which to create the Access Tier"
Expand Down

0 comments on commit d7a735c

Please sign in to comment.