Add terraform
This commit is contained in:
5
terraform/locals.tf
Normal file
5
terraform/locals.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
locals {
|
||||
name = replace(var.REPOSITORY_NAME, ".", "-")
|
||||
account_id = data.dotenv.this.entries.CLOUDFLARE_ACCOUNT_ID
|
||||
web_domain = "www.${var.BASE_DOMAIN}"
|
||||
}
|
||||
Reference in New Issue
Block a user