terraform update2
This commit is contained in:
17
terraform/examples/cloud-deployment-example/main.tf
Normal file
17
terraform/examples/cloud-deployment-example/main.tf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user