sg, eks, iam 모듈추가
This commit is contained in:
10
modules/vpc-subnet/terraform.tf
Normal file
10
modules/vpc-subnet/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