team-all-in / all-in

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

chore: auto refersh token #253

Closed naruse666 closed 1 month ago

tfaction-app[bot] commented 1 month 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 = [ + "ssm:PutParameter", + "ssm:GetParameter", + "ssm:DescribeParameters", "ecr:UploadLayerPart", # (4 unchanged elements hidden) ] ~ Resource = [ + "arn:aws:ssm:ap-northeast-1:451153100141:parameter/slack_refresh_token", + "arn:aws:ssm:ap-northeast-1:451153100141:parameter/slack_bot_token", "arn:aws:ecr:ap-northeast-1:451153100141:repository/all_in_api_slack", # (2 unchanged elements hidden) ] # (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 1 month 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. ```