Create index
This commit is contained in:
12
terraform/output.tf
Normal file
12
terraform/output.tf
Normal file
@@ -0,0 +1,12 @@
|
||||
output "PUBLIC_WEB_TURNSTILE_SITEKEY" {
|
||||
value = cloudflare_turnstile_widget.web.id
|
||||
}
|
||||
|
||||
output "PUBLIC_WEB_DOMAIN" {
|
||||
value = local.web_domain
|
||||
}
|
||||
|
||||
output "WEB_TURNSTILE_SECRET_KEY" {
|
||||
value = cloudflare_turnstile_widget.web.secret
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user