Skip to content

Commit

Permalink
rm extra slash
Browse files Browse the repository at this point in the history
  • Loading branch information
nopestack committed Jan 21, 2025
1 parent 42813b5 commit 0aac549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ module "vpc" {
}

module "tags" {
source = "github.com/WalletConnect/terraform-modules.git?ref=52a74ee5bcaf5cacb5664c6f88d9dbce28500581//modules/tags"
source = "github.com/WalletConnect/terraform-modules.git?ref=52a74ee5bcaf5cacb5664c6f88d9dbce28500581/modules/tags"

application = local.app_name
env = local.environment
}

module "dns" {
source = "github.com/WalletConnect/terraform-modules.git?ref=52a74ee5bcaf5cacb5664c6f88d9dbce28500581//modules/dns"
source = "github.com/WalletConnect/terraform-modules.git?ref=52a74ee5bcaf5cacb5664c6f88d9dbce28500581/modules/dns"

hosted_zone_name = var.public_url
fqdn = local.fqdn
Expand Down

0 comments on commit 0aac549

Please sign in to comment.