terraform update2

This commit is contained in:
xcad2k
2021-10-08 15:05:21 +02:00
parent a5f3432802
commit 338df07e6a
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# For more information, see https://www.terraform.io/docs/backends/types/remote.html
terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 3.0"
}
civo = {
source = "civo/civo"
}
}
}
provider "cloudflare" {
email = var.cloudflare_email
api_key = var.cloudflare_api_key
}