Skip to content

Commit

Permalink
Merge pull request #50 from UKHomeOffice/mod
Browse files Browse the repository at this point in the history
append correct suffix for module
  • Loading branch information
JWanderema authored May 5, 2020
2 parents 1c1741a + ab2fb83 commit bb2da0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ locals {
# }
#
module "internal_tableau" {
source = "github.com/UKHomeOffice/dq-tf-internal-tableau"
source = "github.com/UKHomeOffice/dq-tf-internal-tableau-test"
acp_prod_ingress_cidr = "10.5.0.0/16"
dq_ops_ingress_cidr = "${var.route_table_cidr_blocks["ops_cidr"]}"
dq_internal_dashboard_subnet_cidr = "10.1.12.0/24"
Expand Down

0 comments on commit bb2da0e

Please sign in to comment.