Skip to content

Create Compute Engine with GPU and Terraform in Google cloud platform Example

License

Notifications You must be signed in to change notification settings

OptiMaps/ComputeEngineGPU-Terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComputeEngineGPU-Terraform

사용방법

  1. src/s3_init 디렉토리로 이동한다.
cd src/s3_init
  1. tfstate를 원격으로 관리할 s3와 dynamoDB를 생성한다.
terraform init
terraform plan
terraform apply
  1. src 디렉토리로 이동한다.
cd ..
  1. instance를 생성한다. -> 1, 3시 테스트 성공, 4시 테스트 성공
terraform init
terraform plan
terraform apply

Releases

No releases published

Packages

No packages published