diff --git a/backend.tf b/backend.tf index 3068b40..ab8733c 100644 --- a/backend.tf +++ b/backend.tf @@ -3,8 +3,12 @@ terraform { backend "remote" { # hostname = "tips-of-mine.com" - organization = "example" - token = "EMVLdieKXA6X-ifx0tW0ELNQGde5XrJ3D8T-qcEY" +# 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"