Skip to content

Separate provider to its own config file and add lifecycle rule for bootstrap#17

Merged
ongeziwe17 merged 2 commits into
developfrom
tf-ec2-ssh-elastic-ip-setup
Dec 6, 2025
Merged

Separate provider to its own config file and add lifecycle rule for bootstrap#17
ongeziwe17 merged 2 commits into
developfrom
tf-ec2-ssh-elastic-ip-setup

Conversation

@ongeziwe17

Copy link
Copy Markdown
Owner

No description provided.

@github-actions

github-actions Bot commented Dec 6, 2025

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-0ee858c2465759012"
~ public_ip = "16.28.54.203" -> "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.

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

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

You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure.

@github-actions

github-actions Bot commented Dec 6, 2025

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-0d248e2bfef25b047"
~ public_ip = "16.28.103.96" -> "15.240.23.115"
tags = {
"Environment" = "development"
"ManagedBy" = "Terraform"
"Name" = "ff-dev-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.

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

Changes to Outputs:
~ dev_backend_instance_public_ip = "16.28.103.96" -> "15.240.23.115"

You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure.

@ongeziwe17 ongeziwe17 merged commit 7262abb into develop Dec 6, 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