Skip to content

update encase #30

Merged
merged 1 commit into from
Jun 30, 2022
Merged

update encase #30

merged 1 commit into from
Jun 30, 2022

Conversation

ashle001
Copy link
Contributor

change encase server from 148.129.121.72/32 (deommissioned) to 148.129.121.53/32 ois001app-sf.boc.ad.census.gov

Terraform will perform the following actions:

  # module.it-windows-base.aws_security_group.this_security_group will be updated in-place
  ~ resource "aws_security_group" "this_security_group" {
        arn                    = "arn:aws-us-gov:ec2:us-gov-west-1:107742151971:security-group/sg-00ee68abe8b5e7660"
        description            = "Windows Common Base Security Group"
        egress                 = [
            {
                cidr_blocks      = [
                    "0.0.0.0/0",
                ]
                description      = "Windows: All"
                from_port        = 0
                ipv6_cidr_blocks = []
                prefix_list_ids  = []
                protocol         = "-1"
                security_groups  = []
                self             = false
                to_port          = 0
            },
        ]
        id                     = "sg-00ee68abe8b5e7660"
      ~ ingress                = [
            {
                cidr_blocks      = [
                    "0.0.0.0/0",
                ]
                description      = "Windows: ICMP"
                from_port        = -1
                ipv6_cidr_blocks = []
                prefix_list_ids  = []
                protocol         = "icmp"
                security_groups  = []
                self             = false
                to_port          = -1
            },
            {
                cidr_blocks      = [
                    "0.0.0.0/0",
                ]
                description      = "Windows: SNMP"
                from_port        = 161
                ipv6_cidr_blocks = []
                prefix_list_ids  = []
                protocol         = "udp"
                security_groups  = []
                self             = false
                to_port          = 161
            },
            {
                cidr_blocks      = [
                    "0.0.0.0/0",
                ]
                description      = "Windows: iperf3"
                from_port        = 5201
                ipv6_cidr_blocks = []
                prefix_list_ids  = []
                protocol         = "tcp"
                security_groups  = []
                self             = false
                to_port          = 5201
            },
            {
                cidr_blocks      = [
                    "0.0.0.0/0",
                ]
                description      = "Windows: iperf3"
                from_port        = 5201
                ipv6_cidr_blocks = []
                prefix_list_ids  = []
                protocol         = "udp"
                security_groups  = []
                self             = false
                to_port          = 5201
            },
            {
                cidr_blocks      = [
                    "10.193.0.0/22",
                ]
                description      = "Windows: Netbackup"
                from_port        = 1556
                ipv6_cidr_blocks = []
                prefix_list_ids  = []
                protocol         = "tcp"
                security_groups  = []
                self             = false
                to_port          = 1556
            },
            {
                cidr_blocks      = [
                    "10.193.2.104/32",
                    "10.193.3.207/32",
                ]
                description      = "Windows: ServiceNow Discovery"
                from_port        = 1024
                ipv6_cidr_blocks = []
                prefix_list_ids  = []
                protocol         = "tcp"
                security_groups  = []
                self             = false
                to_port          = 65535
            },
            {
                cidr_blocks      = [
                    "10.193.2.104/32",
                    "10.193.3.207/32",
                ]
                description      = "Windows: ServiceNow Discovery"
                from_port        = 135
                ipv6_cidr_blocks = []
                prefix_list_ids  = []
                protocol         = "tcp"
                security_groups  = []
                self             = false
                to_port          = 135
            },
            {
                cidr_blocks      = [
                    "148.129.0.0/16",
                    "192.168.0.0/16",
                    "172.16.0.0/12",
                    "10.0.0.0/8",
                ]
                description      = "Windows: RDP"
                from_port        = 3389
                ipv6_cidr_blocks = []
                prefix_list_ids  = []
                protocol         = "tcp"
                security_groups  = []
                self             = false
                to_port          = 3389
            },
          + {
              + cidr_blocks      = [
                  + "148.129.121.53/32",
                ]
              + description      = "Windows: EnCase"
              + from_port        = 4445
              + ipv6_cidr_blocks = []
              + prefix_list_ids  = []
              + protocol         = "tcp"
              + security_groups  = []
              + self             = false
              + to_port          = 4445
            },
          - {
              - cidr_blocks      = [
                  - "148.129.121.72/32",
                ]
              - description      = "Windows: EnCase"
              - from_port        = 4445
              - ipv6_cidr_blocks = []
              - prefix_list_ids  = []
              - protocol         = "tcp"
              - security_groups  = []
              - self             = false
              - to_port          = 4445
            },
            {
                cidr_blocks      = [
                    "172.24.100.107/32",
                ]
                description      = "Windows: TransactionAgent"
                from_port        = 27401
                ipv6_cidr_blocks = []
                prefix_list_ids  = []
                protocol         = "tcp"
                security_groups  = []
                self             = false
                to_port          = 27401
            },
            {
                cidr_blocks      = [
                    "172.24.12.239/32",
                    "10.197.0.123/32",
                ]
                description      = "Windows: WinRM-https"
                from_port        = 5986
                ipv6_cidr_blocks = []
                prefix_list_ids  = []
                protocol         = "tcp"
                security_groups  = []
                self             = false
                to_port          = 5986
            },
        ]
        name                   = "it-windows-base"
        owner_id               = "107742151971"
        revoke_rules_on_delete = false
        tags                   = {
            "CostAllocation"        = "csvd:infrastructure"
            "Environment"           = "infrastructure"
            "Name"                  = "sg-it-windows-base"
            "boc:created_by"        = "terraform"
            "boc:tf_module_version" = "1.2.3"
            "boc:vpc:info"          = "vpc-6c847909 vpc2-production"
        }
        tags_all               = {
            "CostAllocation"        = "csvd:infrastructure"
            "Environment"           = "infrastructure"
            "Name"                  = "sg-it-windows-base"
            "boc:created_by"        = "terraform"
            "boc:tf_module_version" = "1.2.3"
            "boc:vpc:info"          = "vpc-6c847909 vpc2-production"
        }
        vpc_id                 = "vpc-6c847909"
    }

Plan: 0 to add, 1 to change, 0 to destroy.

Copy link
Contributor

@badra001 badra001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@badra001 badra001 merged commit a22a8f6 into master Jun 30, 2022
@badra001 badra001 deleted the windows-base-module branch June 30, 2022 14:53
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants