Skip to content

Commit

Permalink
Update pages.tf
Browse files Browse the repository at this point in the history
Add lower on pages name
  • Loading branch information
mklebrasseur authored Oct 28, 2023
1 parent 051beaa commit 318d953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bankless-community/cloudflare/pages.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "cloudflare_pages_project" "deployment_configs" {
account_id = local.cloudflare_account_id
name = local.cloudflare_account_name
name = lower(local.cloudflare_account_name)
production_branch = "main"

source {
Expand Down

0 comments on commit 318d953

Please sign in to comment.