This commit is contained in:
13
backend.tf
Normal file
13
backend.tf
Normal file
@@ -0,0 +1,13 @@
|
||||
terraform {
|
||||
required_version = "~> 0.12.0"
|
||||
|
||||
backend "remote" {
|
||||
hostname = "app.terraform.io"
|
||||
organization = "example"
|
||||
token = "xxxxxxxx"
|
||||
|
||||
workspaces {
|
||||
name = "prod"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user