mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
[TERRAFORM] Remove pulumi. Adopt Terraform Cloud.
This commit is contained in:
parent
2cc183fdec
commit
75936bcebf
50 changed files with 950 additions and 4378 deletions
7
cloudflare.tf
Normal file
7
cloudflare.tf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
variable "cloudflare_token" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
provider "cloudflare" {
|
||||
api_token = var.cloudflare_token
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue