diff --git a/CHANGELOG.md b/CHANGELOG.md index cb95a13..9e94eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,3 +79,6 @@ * 2.6.1 -- 2025-05-05 - custom: fix ingress_map dynamic ingress + +* 2.6.2 -- 2025-05-29 + - it-windows-base: remove app28.csvd.census.gov from hosts diff --git a/common/version.tf b/common/version.tf index 881c400..4d32dce 100644 --- a/common/version.tf +++ b/common/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "2.6.1" + _module_version = "2.6.2" } diff --git a/it-windows-base/README.md b/it-windows-base/README.md index 472db8a..d5d5402 100644 --- a/it-windows-base/README.md +++ b/it-windows-base/README.md @@ -22,14 +22,14 @@ module "it-windows-base" { | Name | Version | |------|---------| -| [terraform](#requirement\_terraform) | >= 0.13 | -| [aws](#requirement\_aws) | >= 3.66.0 | +| [terraform](#requirement\_terraform) | >= 1.0.0 | +| [aws](#requirement\_aws) | >= 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | >= 3.66.0 | +| [aws](#provider\_aws) | >= 5.0 | ## Modules @@ -53,14 +53,14 @@ module "it-windows-base" { | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [description](#input\_description) | Security Group Description | `string` | `"Windows Common Base Security Group"` | no | -| [egress\_networks](#input\_egress\_networks) | List of egress networks (all ports) | `list(string)` |
[
"0.0.0.0/0"
]
| no | +| [egress\_networks](#input\_egress\_networks) | List of egress networks (all ports) | `list(string)` |
[
"0.0.0.0/0"
]
| no | | [egress\_security\_groups](#input\_egress\_security\_groups) | List of egress security groups (all ports) | `list(string)` | `[]` | no | | [enable\_self](#input\_enable\_self) | Enable\|Disable self full access | `bool` | `false` | no | -| [ingress\_networks](#input\_ingress\_networks) | List of ingress networks for external access (not all ports) | `list(string)` |
[
"0.0.0.0/0"
]
| no | +| [ingress\_networks](#input\_ingress\_networks) | List of ingress networks for external access (not all ports) | `list(string)` |
[
"0.0.0.0/0"
]
| no | | [ingress\_security\_groups](#input\_ingress\_security\_groups) | List of ingress security groups for all ports | `list(string)` | `[]` | no | | [name](#input\_name) | Security Group Name | `string` | `"it-windows-base"` | no | | [short\_description](#input\_short\_description) | Security Group Short Description | `string` | `"Windows"` | no | -| [tags](#input\_tags) | Extra security group tags | `map` |
{
"CostAllocation": "csvd:infrastructure",
"Environment": "csvd-infrastructure"
}
| no | +| [tags](#input\_tags) | Extra security group tags | `map` |
{
"CostAllocation": "csvd:infrastructure",
"Environment": "csvd-infrastructure"
}
| no | | [use\_vpc\_cidr](#input\_use\_vpc\_cidr) | Enable\|Disable use of VPC CIDR block in the ingress\_networks | `bool` | `false` | no | | [vpc\_full\_name](#input\_vpc\_full\_name) | VPC Name | `string` | `""` | no | | [vpc\_id](#input\_vpc\_id) | VPC ID Number | `string` | n/a | yes | diff --git a/it-windows-base/hosts.tf b/it-windows-base/hosts.tf index cdd79fb..5638342 100644 --- a/it-windows-base/hosts.tf +++ b/it-windows-base/hosts.tf @@ -2,7 +2,7 @@ module "ansible_servers" { source = "git@github.e.it.census.gov:terraform-modules/dns-lookup.git?ref=tf-upgrade" hosts = [ - "app28.csvd.census.gov", + # "app28.csvd.census.gov", "automationcontroller.compute.csp1.census.gov", ] use_cidr_format = true