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
Terraform will perform the following actions: | |
# module.billpro-apps.module.billpro-file-loading-cdr.aws_ecs_task_definition.task must be replaced | |
+/- resource "aws_ecs_task_definition" "task" { | |
~ arn = "arn:aws:ecs:eu-west-1:473978597388:task-definition/production-billpro-file-loading-cdr-task:56" -> (known after apply) | |
~ arn_without_revision = "arn:aws:ecs:eu-west-1:473978597388:task-definition/production-billpro-file-loading-cdr-task" -> (known after apply) | |
~ container_definitions = jsonencode( | |
~ [ | |
~ { | |
~ cpu = 1 -> 1024 |
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
Terraform will perform the following actions: | |
# module.billpro-apps.aws_iam_role_policy_attachment.billpro_extra_attachments[56] will be created | |
+ resource "aws_iam_role_policy_attachment" "billpro_extra_attachments" { | |
+ id = (known after apply) | |
+ policy_arn = "arn:aws:iam::854194151359:policy/staging-billpro-extras" | |
+ role = "staging-billpro-non-usage-rating-chunk-taskrole" | |
} | |
# module.billpro-infra.aws_route53_record.jump will be updated in-place |