테라폼 환경 수정
This commit is contained in:
10
prod-hq-eks/terraform.tf
Normal file
10
prod-hq-eks/terraform.tf
Normal file
@ -0,0 +1,10 @@
|
||||
terraform {
|
||||
backend "remote"{
|
||||
hostname = "app.terraform.io"
|
||||
organization = "22shop"
|
||||
|
||||
workspaces {
|
||||
name = "tf-cloud-backend"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user