Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
standardize on https style pull (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
sntxrr authored Dec 2, 2021
1 parent d71144a commit 48e4ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_network/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locals {
}

module "subnet_addrs" {
source = "git@github.com:hashicorp/terraform-cidr-subnets.git?ref=v1.0.0"
source = "github.com/hashicorp/terraform-cidr-subnets.git?ref=v1.0.0"
base_cidr_block = local.network_cidr
networks = local.network_objs
}
Expand Down

0 comments on commit 48e4ff2

Please sign in to comment.