Skip to content

Commit

Permalink
Merge pull request #256 from ShotaroMatsuya/feat/restart_and_status_cmd
Browse files Browse the repository at this point in the history
feat: implement `restart` & `status` cmd
  • Loading branch information
ShotaroMatsuya authored Jun 27, 2024
2 parents da1a763 + 14e7310 commit 554ab0d
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 225 deletions.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.insertSpaces": true
}
},
"[python]": {
"editor.defaultFormatter":"ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.tabSize": 4,
"editor.insertSpaces": true,
},
"black-formatter.args": [
"--line-length", "79",
],
}
1 change: 1 addition & 0 deletions terraform/keeping/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ module "custom_slash_command" {
github_user = var.github_org
github_repo = var.github_repo
s3_bucket_name = var.s3_bucket_name
aws_account_id = var.aws_account_id

owners = local.owners
environment = local.environment
Expand Down
Loading

0 comments on commit 554ab0d

Please sign in to comment.