feat(dns): setup cloudflared tunnel and DNS records
This commit is contained in:
15
cloudflare/policies/output.tf
Normal file
15
cloudflare/policies/output.tf
Normal file
@@ -0,0 +1,15 @@
|
||||
output "allow_myself" {
|
||||
description = "Allow madundead@gmail.com via OTP"
|
||||
value = cloudflare_zero_trust_access_policy.allow_myself
|
||||
}
|
||||
|
||||
output "allow_myself_and_family" {
|
||||
description = "Allow emails listed in cloudflare_zero_trust_list.family_emails"
|
||||
value = cloudflare_zero_trust_access_policy.allow_myself_and_family
|
||||
}
|
||||
|
||||
|
||||
output "allow_everyone" {
|
||||
description = "Allow everyone"
|
||||
value = cloudflare_zero_trust_access_policy.allow_everyone
|
||||
}
|
||||
Reference in New Issue
Block a user