diff --git a/aws/subnet-and-networking/README.md b/aws/subnet-and-networking/README.md
index 3f7c4039..f74826bf 100644
--- a/aws/subnet-and-networking/README.md
+++ b/aws/subnet-and-networking/README.md
@@ -184,7 +184,7 @@ No modules.
| [security\_group\_referencing\_support](#input\_security\_group\_referencing\_support) | Security Group Referencing allows to specify other SGs as references, or matching criterion in inbound security rules to allow instance-to-instance traffic | `string` | `"enable"` | no |
| [single\_route\_table\_deployment](#input\_single\_route\_table\_deployment) | This will defined whether a single route table for all subnets will be created. multi\_route\_table\_deployment and single\_route\_table\_deployment cannot be both set to true | `bool` | n/a | yes |
| [tags](#input\_tags) | n/a | `map(string)` | n/a | yes |
-| [teleport\_cidr](#input\_teleport\_cidr) | The Teleport DB CIDR block to allow access | `string` | n/a | yes |
+| [teleport\_cidr](#input\_teleport\_cidr) | n/a | `list(string)` | n/a | yes |
| [transit\_gateway\_id](#input\_transit\_gateway\_id) | n/a | `string` | n/a | yes |
| [transit\_gtw\_route\_destination](#input\_transit\_gtw\_route\_destination) | n/a | `string` | n/a | yes |
| [transit\_gtw\_route\_destination\_gitlab](#input\_transit\_gtw\_route\_destination\_gitlab) | n/a | `string` | n/a | yes |
diff --git a/aws/subnet-and-networking/variables.tf b/aws/subnet-and-networking/variables.tf
index 6e545889..43cb2840 100644
--- a/aws/subnet-and-networking/variables.tf
+++ b/aws/subnet-and-networking/variables.tf
@@ -67,8 +67,3 @@ variable "security_group_referencing_support" {
type = string
default = "enable"
}
-
-variable "teleport_cidr" {
- type = string
- description = "The Teleport DB CIDR block to allow access"
-}