Closed naruse666 closed 2 months ago
CI link
Plan: 0 to add, 1 to change, 0 to destroy.
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
Plan Result (terraform/shared)
CI link
Change Result (Click me)
```hcl # aws_iam_policy.ecr will be updated in-place ~ resource "aws_iam_policy" "ecr" { id = "arn:aws:iam::451153100141:policy/All_In_Backend_API_CI_Policy" name = "All_In_Backend_API_CI_Policy" ~ policy = jsonencode( ~ { ~ Statement = [ { Action = "ecr:GetAuthorizationToken" Effect = "Allow" Resource = "*" }, ~ { ~ Action = [ # (7 unchanged elements hidden) "ecr:BatchCheckLayerAvailability", + "apprunner:StartDeployment", ] ~ Resource = [ # (4 unchanged elements hidden) "arn:aws:ecr:ap-northeast-1:451153100141:repository/all_in_api", + "arn:aws:apprunner:ap-northeast-1:451153100141:service/all_in_slack/a1d29e5b95024ae9bd54357249909875", ] # (1 unchanged attribute hidden) }, ] # (1 unchanged attribute hidden) } ) tags = {} # (5 unchanged attributes hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ```