diff --git a/examples/hcp-ec2-demo/main.tf b/examples/hcp-ec2-demo/main.tf index 02a2a86..0562126 100644 --- a/examples/hcp-ec2-demo/main.tf +++ b/examples/hcp-ec2-demo/main.tf @@ -84,7 +84,7 @@ module "aws_ec2_consul_client" { module "hashicups" { count = var.install_demo_app ? 1 : 0 - source = "hashicorp/hcp-consul/aws/modules/ec2-demo-app" + source = "hashicorp/hcp-consul/aws//modules/ec2-demo-app" version = "~> 0.11.0" depends_on = [ diff --git a/hcp-ui-templates/ec2-existing-vpc/main.tf b/hcp-ui-templates/ec2-existing-vpc/main.tf index 5c0cc7e..98eb3f4 100644 --- a/hcp-ui-templates/ec2-existing-vpc/main.tf +++ b/hcp-ui-templates/ec2-existing-vpc/main.tf @@ -107,7 +107,7 @@ module "aws_ec2_consul_client" { module "hashicups" { count = local.install_demo_app ? 1 : 0 - source = "hashicorp/hcp-consul/aws/modules/ec2-demo-app" + source = "hashicorp/hcp-consul/aws//modules/ec2-demo-app" version = "~> 0.11.0" depends_on = [ diff --git a/hcp-ui-templates/ec2/main.tf b/hcp-ui-templates/ec2/main.tf index 7d1e342..76f2020 100644 --- a/hcp-ui-templates/ec2/main.tf +++ b/hcp-ui-templates/ec2/main.tf @@ -122,7 +122,7 @@ module "aws_ec2_consul_client" { module "hashicups" { count = local.install_demo_app ? 1 : 0 - source = "hashicorp/hcp-consul/aws/modules/ec2-demo-app" + source = "hashicorp/hcp-consul/aws//modules/ec2-demo-app" version = "~> 0.11.0" depends_on = [ diff --git a/test/hcp/testdata/ec2-existing-vpc.golden b/test/hcp/testdata/ec2-existing-vpc.golden index 533d438..577fa5a 100644 --- a/test/hcp/testdata/ec2-existing-vpc.golden +++ b/test/hcp/testdata/ec2-existing-vpc.golden @@ -107,7 +107,7 @@ module "aws_ec2_consul_client" { module "hashicups" { count = local.install_demo_app ? 1 : 0 - source = "hashicorp/hcp-consul/aws/modules/ec2-demo-app" + source = "hashicorp/hcp-consul/aws//modules/ec2-demo-app" version = "~> 0.11.0" depends_on = [ diff --git a/test/hcp/testdata/ec2.golden b/test/hcp/testdata/ec2.golden index 617fed7..206e23e 100644 --- a/test/hcp/testdata/ec2.golden +++ b/test/hcp/testdata/ec2.golden @@ -122,7 +122,7 @@ module "aws_ec2_consul_client" { module "hashicups" { count = local.install_demo_app ? 1 : 0 - source = "hashicorp/hcp-consul/aws/modules/ec2-demo-app" + source = "hashicorp/hcp-consul/aws//modules/ec2-demo-app" version = "~> 0.11.0" depends_on = [