Skip to content

Commit 476f060

Browse files
authored
Merge pull request #52 from angelnu/master
fix missing module definition
2 parents acaee24 + 60f5d6b commit 476f060

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

terraform-hpvs/nginx-hello/cloud/terraform.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ terraform {
99
source = "IBM-Cloud/ibm"
1010
version = ">= 1.37.1"
1111
}
12+
hpcr = {
13+
source = "ibm-hyper-protect/hpcr"
14+
version = ">= 0.1.4"
15+
}
1216
}
1317
}
1418

0 commit comments

Comments
 (0)