File tree 2 files changed +4
-4
lines changed
reference-architectures/globally-load-balanced-web-servers/terraform 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
paths :
5
5
- ' reference-architectures/globally-load-balanced-web-servers/**/*.tf'
6
- - ' reference-architectures/globally-load-balanced-web-servers/test/*'
6
+ - ' reference-architectures/globally-load-balanced-web-servers/test/**/* '
7
7
8
8
jobs :
9
9
call-common :
10
- uses : .github/workflows/workflow-terraform-pr-check.yaml
10
+ uses : ./. github/workflows/workflow-terraform-pr-check.yaml
11
11
with :
12
12
module_path : reference-architectures/globally-load-balanced-web-servers
Original file line number Diff line number Diff line change 1
1
module "multi_region_vpc" {
2
- source = " git@ github.com: digitalocean/terraform-digitalocean-multi-region-vpc.git "
2
+ source = " github.com/ digitalocean/terraform-digitalocean-multi-region-vpc"
3
3
name_prefix = var. name_prefix
4
4
vpcs = var. vpcs
5
5
}
@@ -12,7 +12,7 @@ resource "digitalocean_certificate" "cert" {
12
12
}
13
13
14
14
module "glb_stack" {
15
- source = " git@ github.com: digitalocean/terraform-digitalocean-glb-stack.git "
15
+ source = " github.com/ digitalocean/terraform-digitalocean-glb-stack"
16
16
name_prefix = var. name_prefix
17
17
vpcs = [for vpc in values (module. multi_region_vpc . vpc_details ) : { region = vpc.region, vpc_uuid = vpc.id }]
18
18
region_dns_records = true
You can’t perform that action at this time.
0 commit comments