1
0
Fork 0

feat: initial commit

This commit is contained in:
Vojtěch Mareš 2021-11-27 12:15:22 +01:00
commit 72a46c03a6
11 changed files with 104 additions and 0 deletions

3
outputs.tf Normal file
View file

@ -0,0 +1,3 @@
output "zone" {
value = cloudflare_zone.zone
}