17 lines
400 B
HCL
17 lines
400 B
HCL
terraform {
|
|
# required_version = "~> 3.0"
|
|
|
|
backend "remote" {
|
|
# hostname = "tips-of-mine.com"
|
|
# organization = "example"
|
|
# token = "EMVLdieKXA6X-ifx0tW0ELNQGde5XrJ3D8T-qcEY"
|
|
|
|
cloudflare_email = "thedjinhn@gmail.com"
|
|
cloudflare_token = "EMVLdieKXA6X-ifx0tW0ELNQGde5XrJ3D8T-qcEY"
|
|
cloudflare_zone = "tips-of-mine.com"
|
|
|
|
workspaces {
|
|
name = "prod"
|
|
}
|
|
}
|
|
} |