diff --git a/backend.tf b/backend.tf index ab8733c..f25011b 100644 --- a/backend.tf +++ b/backend.tf @@ -6,12 +6,8 @@ terraform { # 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" - } +# workspaces { +# name = "prod" +# } } } \ No newline at end of file diff --git a/provider.tf b/provider.tf index 78d3519..fa866ee 100644 --- a/provider.tf +++ b/provider.tf @@ -9,6 +9,10 @@ terraform { } provider "cloudflare" { - email = "${var.cloudflare_email}" - token = "${var.cloudflare_token}" + #email = "${var.cloudflare_email}" +# token = "${var.cloudflare_token}" + + email = "thedjinhn@gmail.com" + token = "EMVLdieKXA6X-ifx0tW0ELNQGde5XrJ3D8T-qcEY" + zone = "tips-of-mine.com" } \ No newline at end of file