team-all-in / all-in

すべての会話を、ひとつの場所に。
https://all-in-henna.vercel.app
MIT License
7 stars 1 forks source link

chore: add apprunner start deploy action #267

Closed naruse666 closed 2 months ago

tfaction-app[bot] commented 2 months ago

Plan Result (terraform/shared)

CI link

Plan: 0 to add, 1 to change, 0 to destroy.
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. ```
tfaction-app[bot] commented 2 months ago

:white_check_mark: Apply Succeeded (terraform/shared)

CI link

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
Details (Click me) ```hcl aws_iam_policy.ecr: Modifying... [id=arn:aws:iam::451153100141:policy/All_In_Backend_API_CI_Policy] aws_iam_policy.ecr: Modifications complete after 1s [id=arn:aws:iam::451153100141:policy/All_In_Backend_API_CI_Policy] Apply complete! Resources: 0 added, 1 changed, 0 destroyed. ```