mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[CLOUDFLARE] Move to API key
This commit is contained in:
parent
433d4df601
commit
30e26ae332
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
variable "cloudflare_token" {
|
||||
variable "cloudflare_api_key" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
provider "cloudflare" {
|
||||
api_token = var.cloudflare_token
|
||||
email = "kat@inskip.me"
|
||||
api_key = var.cloudflare_api_key
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue