Skip to content

Commit

Permalink
complete
Browse files Browse the repository at this point in the history
  • Loading branch information
myyrakle committed May 7, 2023
1 parent 3a7d2b1 commit 69151cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.terraform
tfvars/
*.tfvars
*.exe
*.backup
*.tfstate
Expand Down
1 change: 0 additions & 1 deletion aws/ecs-server/rolling-update/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ variable "environment" {
type = string
}


// 서버명 (server_name-environment 형태로 구성됩니다.)
variable "server_name" {
description = "The name of the server machine you want to create."
Expand Down
3 changes: 3 additions & 0 deletions aws/lambder-server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# lambda server

- Lambda 기반의 웹서버 구성입니다.

0 comments on commit 69151cb

Please sign in to comment.