Add Cloudflare App for Influx

This commit is contained in:
Alexander Hosking 2022-03-26 14:12:32 -04:00
parent 61e3f3813e
commit e9f2cfac20

7
cloudflare_access.tf Normal file
View File

@ -0,0 +1,7 @@
resource "cloudflare_access_application" "influx" {
zone_id = cloudflare_zone.ahosking.id
name = ""
domain = ""
type = "self_hosted"
sesion_duration = ""
}