This commit is contained in:
13
backend.tf.old
Normal file
13
backend.tf.old
Normal file
@@ -0,0 +1,13 @@
|
||||
terraform {
|
||||
# required_version = "~> 3.0"
|
||||
|
||||
backend "remote" {
|
||||
# hostname = "tips-of-mine.com"
|
||||
# organization = "example"
|
||||
# token = "EMVLdieKXA6X-ifx0tW0ELNQGde5XrJ3D8T-qcEY"
|
||||
|
||||
# workspaces {
|
||||
# name = "prod"
|
||||
# }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user