This commit is contained in:
parent
f519adf51b
commit
4728938a88
10
backend.tf
10
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"
|
||||
# }
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user