Add terraform
This commit is contained in:
11
terraform/data.tf
Normal file
11
terraform/data.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
data "dotenv" "this" {
|
||||
filename = "${path.module}/../.env"
|
||||
}
|
||||
|
||||
data "cloudflare_zone" "this" {
|
||||
zone_id = var.ZONE_ID
|
||||
}
|
||||
|
||||
data "cloudflare_api_token_permission_groups" "all" {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user