init
This commit is contained in:
11
terraform.tf
Normal file
11
terraform.tf
Normal file
@ -0,0 +1,11 @@
|
||||
// Terraform Backend
|
||||
terraform {
|
||||
cloud {
|
||||
|
||||
organization = "icurfer-demo"
|
||||
|
||||
workspaces {
|
||||
name = "tf-cloud-backend"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user