Skip to content

add 8081 to Terraform security group for cms#14

Merged
ongeziwe17 merged 3 commits into
developfrom
tf-ec2-ssh-elastic-ip-setup
Nov 14, 2025
Merged

add 8081 to Terraform security group for cms#14
ongeziwe17 merged 3 commits into
developfrom
tf-ec2-ssh-elastic-ip-setup

Conversation

@ongeziwe17

Copy link
Copy Markdown
Owner

No description provided.

@github-actions

Copy link
Copy Markdown

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place

Terraform will perform the following actions:

module.network.aws_security_group.host will be updated in-place

~ resource "aws_security_group" "host" {
id = "sg-0b40298b3d3bb9469"
~ ingress = [
+ {
+ cidr_blocks = [
+ "0.0.0.0/0",
]
+ description = "CMS Access (restricted)"
+ from_port = 8081
+ ipv6_cidr_blocks = []
+ prefix_list_ids = []
+ protocol = "tcp"
+ security_groups = []
+ self = false
+ to_port = 8081
},
# (4 unchanged elements hidden)
]
name = "ff-dev-host-sg"
tags = {
"Environment" = "development"
"ManagedBy" = "Terraform"
"Name" = "ff-dev-host-sg"
}
# (8 unchanged attributes hidden)
}

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

@github-actions

Copy link
Copy Markdown

Note: Objects have changed outside of Terraform

Terraform detected the following changes made outside of Terraform since the
last "terraform apply" which may have affected this plan:

module.compute.aws_instance.app_server has changed

~ resource "aws_instance" "app_server" {
id = "i-02808cb1d0f8ea8d2"
~ public_ip = "16.28.18.155" -> "16.28.122.47"
tags = {
"Environment" = "development"
"ManagedBy" = "Terraform"
"Name" = "ff-dev-frontend-server"
}
# (39 unchanged attributes hidden)

    # (8 unchanged blocks hidden)
}

Unless you have made equivalent changes to your configuration, or ignored the
relevant attributes using ignore_changes, the following plan may include
actions to undo or respond to these changes.

─────────────────────────────────────────────────────────────────────────────

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place

Terraform will perform the following actions:

module.network.aws_security_group.host will be updated in-place

~ resource "aws_security_group" "host" {
id = "sg-0594ba50f19140d1a"
~ ingress = [
+ {
+ cidr_blocks = [
+ "0.0.0.0/0",
]
+ description = "CMS Access (restricted)"
+ from_port = 8081
+ ipv6_cidr_blocks = []
+ prefix_list_ids = []
+ protocol = "tcp"
+ security_groups = []
+ self = false
+ to_port = 8081
},
# (4 unchanged elements hidden)
]
name = "ff-dev-frontend-host-sg"
tags = {
"Environment" = "development"
"ManagedBy" = "Terraform"
"Name" = "ff-dev-frontend-host-sg"
}
# (8 unchanged attributes hidden)
}

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

Changes to Outputs:
~ dev_frontend_instance_public_ip = "16.28.18.155" -> "16.28.122.47"

@ongeziwe17 ongeziwe17 merged commit 0d6141b into develop Nov 14, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant