You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terraform
Acquiring state lock. This may take a few moments...
data.aws_ssm_parameter.ecs_ami: Reading...
data.aws_iam_policy_document.ecs_instance_assume: Reading...
data.aws_iam_policy_document.ecs_task_assume: Reading...
aws_ecs_cluster.ecs_cluster: Refreshing state... [id=arn:aws:ecs:ap-southeast-2:774094062037:cluster/dev-ecs-cluster]
aws_cloudwatch_log_group.ecs_logs: Refreshing state... [id=/ecs/node-app]
aws_security_group.alb_sg: Refreshing state... [id=sg-07ef8b595c19b9d6b]
aws_lb_target_group.node_app_tg: Refreshing state... [id=arn:aws:elasticloadbalancing:ap-southeast-2:774094062037:targetgroup/dev-app-tg/861811d03bb46ba3]
data.aws_iam_policy_document.ecs_instance_assume: Read complete after 0s [id=2851119427]
data.aws_iam_policy_document.ecs_task_assume: Read complete after 0s [id=1077804475]
aws_iam_role.ecs_instance_role: Refreshing state... [id=dev-ecs-instance]
aws_iam_role.ecs_task_execution_role: Refreshing state... [id=dev-ecs-task-exec-role]
aws_iam_role_policy_attachment.ecs_exec_managed: Refreshing state... [id=dev-ecs-task-exec-role-20250517025851253000000001]
aws_ecs_task_definition.node_app_task: Refreshing state... [id=dev-node-app]
aws_iam_role_policy_attachment.aws_managed_ecs: Refreshing state... [id=dev-ecs-instance-20250513081523718200000001]
aws_iam_instance_profile.ecs_instance_profile: Refreshing state... [id=dev-ecs-instance-profile]
data.aws_ssm_parameter.ecs_ami: Read complete after 1s [id=/aws/service/ecs/optimized-ami/amazon-linux-2/recommended/image_id]
aws_security_group.ecs_instance_sg: Refreshing state... [id=sg-0bd55d82dcf8ba1dd]
aws_security_group.task_sg: Refreshing state... [id=sg-0160e73ad5513deb4]
aws_lb.app_alb: Refreshing state... [id=arn:aws:elasticloadbalancing:ap-southeast-2:774094062037:loadbalancer/app/dev-app-alb/68e4b0e6a66ba22e]
aws_launch_template.ecs: Refreshing state... [id=lt-0f3124218862c5447]
aws_lb_listener.http_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:ap-southeast-2:774094062037:listener/app/dev-app-alb/68e4b0e6a66ba22e/b0c1b21796997ebf]
aws_autoscaling_group.ecs_asg: Refreshing state... [id=dev-ecs-asg-20250514045852956600000003]
aws_ecs_capacity_provider.ecs_capacity_provider: Refreshing state... [id=arn:aws:ecs:ap-southeast-2:774094062037:capacity-provider/dev-ecs_capacity_provider]
aws_ecs_cluster_capacity_providers.cluster_capacity_provider: Refreshing state... [id=dev-ecs-cluster]
aws_ecs_service.node_app_service: Refreshing state... [id=arn:aws:ecs:ap-southeast-2:774094062037:service/dev-ecs-cluster/dev-node-app-svc]
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:
# aws_launch_template.ecs will be updated in-place
~ resource "aws_launch_template" "ecs" {
id = "lt-0f3124218862c5447"
~ image_id = (sensitive value)
~ latest_version = 2 -> (known after apply)
name = "dev-ecs-20250514045847247900000001"
tags = {}
# (16 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
─────────────────────────────────────────────────────────────────────────────
Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.
Releasing state lock. This may take a few moments...
terraform
Acquiring state lock. This may take a few moments...
data.aws_iam_policy_document.ecs_task_assume: Reading...
data.aws_iam_policy_document.ecs_instance_assume: Reading...
data.aws_ssm_parameter.ecs_ami: Reading...
aws_cloudwatch_log_group.ecs_logs: Refreshing state... [id=/ecs/node-app]
aws_ecs_cluster.ecs_cluster: Refreshing state... [id=arn:aws:ecs:ap-southeast-2:774094062037:cluster/dev-ecs-cluster]
aws_security_group.alb_sg: Refreshing state... [id=sg-07ef8b595c19b9d6b]
aws_lb_target_group.node_app_tg: Refreshing state... [id=arn:aws:elasticloadbalancing:ap-southeast-2:774094062037:targetgroup/dev-app-tg/861811d03bb46ba3]
data.aws_iam_policy_document.ecs_instance_assume: Read complete after 0s [id=2851119427]
data.aws_iam_policy_document.ecs_task_assume: Read complete after 0s [id=1077804475]
aws_iam_role.ecs_instance_role: Refreshing state... [id=dev-ecs-instance]
aws_iam_role.ecs_task_execution_role: Refreshing state... [id=dev-ecs-task-exec-role]
aws_iam_role_policy_attachment.aws_managed_ecs: Refreshing state... [id=dev-ecs-instance-20250513081523718200000001]
aws_iam_instance_profile.ecs_instance_profile: Refreshing state... [id=dev-ecs-instance-profile]
aws_iam_role_policy_attachment.ecs_exec_managed: Refreshing state... [id=dev-ecs-task-exec-role-20250517025851253000000001]
aws_ecs_task_definition.node_app_task: Refreshing state... [id=dev-node-app]
data.aws_ssm_parameter.ecs_ami: Read complete after 1s [id=/aws/service/ecs/optimized-ami/amazon-linux-2/recommended/image_id]
aws_security_group.ecs_instance_sg: Refreshing state... [id=sg-0bd55d82dcf8ba1dd]
aws_security_group.task_sg: Refreshing state... [id=sg-0160e73ad5513deb4]
aws_lb.app_alb: Refreshing state... [id=arn:aws:elasticloadbalancing:ap-southeast-2:774094062037:loadbalancer/app/dev-app-alb/68e4b0e6a66ba22e]
aws_launch_template.ecs: Refreshing state... [id=lt-0f3124218862c5447]
aws_autoscaling_group.ecs_asg: Refreshing state... [id=dev-ecs-asg-20250514045852956600000003]
aws_lb_listener.http_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:ap-southeast-2:774094062037:listener/app/dev-app-alb/68e4b0e6a66ba22e/b0c1b21796997ebf]
aws_ecs_capacity_provider.ecs_capacity_provider: Refreshing state... [id=arn:aws:ecs:ap-southeast-2:774094062037:capacity-provider/dev-ecs_capacity_provider]
aws_ecs_service.node_app_service: Refreshing state... [id=arn:aws:ecs:ap-southeast-2:774094062037:service/dev-ecs-cluster/dev-node-app-svc]
aws_ecs_cluster_capacity_providers.cluster_capacity_provider: Refreshing state... [id=dev-ecs-cluster]
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:
# aws_launch_template.ecs will be updated in-place
~ resource "aws_launch_template" "ecs" {
id = "lt-0f3124218862c5447"
~ image_id = (sensitive value)
~ latest_version = 2 -> (known after apply)
name = "dev-ecs-20250514045847247900000001"
tags = {}
# (16 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
─────────────────────────────────────────────────────────────────────────────
Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.
Releasing state lock. This may take a few moments...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.