Skip to content

Commit

Permalink
removing appliance_mode_support- not support by current tf-provider (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ShabazzAbdulrahmanHO authored Feb 19, 2025
1 parent 19c5170 commit 3cad434
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion modules/aws/networking/tgw-vpc-attachment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ No requirements.

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_appliance_mode_support"></a> [appliance\_mode\_support](#input\_appliance\_mode\_support) | Enable appliance mode support if required. | `bool` | `false` | no |
| <a name="input_attachment_subnet_ids"></a> [attachment\_subnet\_ids](#input\_attachment\_subnet\_ids) | A map of dedicated /28 subnet IDs for each AZ. The keys must match the AZ names provided in `azs`. | `map(string)` | n/a | yes |
| <a name="input_azs"></a> [azs](#input\_azs) | List of Availability Zones for which the dedicated /28 subnets exist. The order of the AZs determines the order of subnets used in the attachment. | `list(string)` | n/a | yes |
| <a name="input_transit_gateway_id"></a> [transit\_gateway\_id](#input\_transit\_gateway\_id) | The ID of the Transit Gateway. | `string` | n/a | yes |
Expand Down
4 changes: 0 additions & 4 deletions modules/aws/networking/tgw-vpc-attachment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@ resource "aws_ec2_transit_gateway_vpc_attachment" "twg_vpc" {
vpc_id = var.vpc_id
subnet_ids = local.ordered_attachment_subnet_ids

options {
appliance_mode_support = var.appliance_mode_support
}

}
5 changes: 0 additions & 5 deletions modules/aws/networking/tgw-vpc-attachment/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ variable "attachment_subnet_ids" {
# }
}

variable "appliance_mode_support" {
description = "Enable appliance mode support if required."
type = bool
default = false
}

0 comments on commit 3cad434

Please sign in to comment.