Skip to content

ecomate 폴더에서 EcoMate 프로젝트 서버 운영에 사용한 테라폼 코드를 보실 수 있습니다.

Notifications You must be signed in to change notification settings

Eco-Mate/EcoMate-Infra-Setting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ecomate-Infra-Setting

아래 예시 파일처럼 variable을 설정하거나 환경변수를 추가한 후 사용 가능합니다.

variable "db_password" {
  type = 
  default = "[database password]"
}

variable "aws_secret_key" {
    type = string
    default = "[aws secret key]"
}

variable "aws_access_key" {
    type = string
    default = "[aws access key]"
}

About

ecomate 폴더에서 EcoMate 프로젝트 서버 운영에 사용한 테라폼 코드를 보실 수 있습니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%