File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ locals {
10
10
}
11
11
12
12
module "config" {
13
- source = " git::https://github.com/helpusersvote/terraform-kubernetes-helpusersvote.git//modules/config"
13
+ source = " git::https://github.com/helpusersvote/terraform-kubernetes-helpusersvote.git//modules/config?ref=v0.0.1 "
14
14
15
15
components = [" election-api" , " go-helpusersvote" , " events-api" ]
16
16
render_dir = " ${ local . render_dir } "
@@ -19,7 +19,7 @@ module "config" {
19
19
}
20
20
21
21
module "kubernetes" {
22
- source = " git::https://github.com/helpusersvote/terraform-kubernetes-helpusersvote.git//modules/kubernetes"
22
+ source = " git::https://github.com/helpusersvote/terraform-kubernetes-helpusersvote.git//modules/kubernetes?ref=v0.0.1 "
23
23
24
24
manifest_dirs = " ${ module . config . dirs } "
25
25
kubeconfig = " ${ var . kubeconfig } "
You can’t perform that action at this time.
0 commit comments