File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
busybox-with-data-disk-ref Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/gin-gonic/gin v1.9.1
1313 github.com/google/uuid v1.5.0
1414 github.com/iancoleman/strcase v0.3.0
15- github.com/ibm-hyper-protect/terraform-provider-hpcr v0.3.11
15+ github.com/ibm-hyper-protect/terraform-provider-hpcr v0.3.12
1616 github.com/joho/godotenv v1.5.1
1717 github.com/kdomanski/iso9660 v0.4.0
1818 github.com/kevinburke/ssh_config v1.2.0
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0 h1:Bl3e2ei2j/Z3Hc2HIS15Gal2
106106github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0 /go.mod h1:i2C41tszDjiWfziPQDL5R/f3Zp0gahXe5No/MIO9rCE =
107107github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI =
108108github.com/iancoleman/strcase v0.3.0 /go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho =
109- github.com/ibm-hyper-protect/terraform-provider-hpcr v0.3.11 h1:MuTo7LhcwO5MmStOVg4UVeEWsmZ1bkYX5hly4/AzNek =
110- github.com/ibm-hyper-protect/terraform-provider-hpcr v0.3.11 /go.mod h1:YKZ1bZp9lIEu4mN7NVR9SHxmkzGuMXy3UeRSs+DJVrA =
109+ github.com/ibm-hyper-protect/terraform-provider-hpcr v0.3.12 h1:f/+qsKcsHzQUOtB3oD/XR9Dp0SikfP2qoJ+LJ0ikZc0 =
110+ github.com/ibm-hyper-protect/terraform-provider-hpcr v0.3.12 /go.mod h1:CCcTkdG8fEKuGcI3f531a/K7efXizL95hJWZfVJPj/Q =
111111github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0 =
112112github.com/joho/godotenv v1.5.1 /go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4 =
113113github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
22 required_providers {
33 hpcr = {
44 source = " ibm-hyper-protect/hpcr"
5- version = " >= 0.3.11 "
5+ version = " >= 0.3.12 "
66 }
77 }
88}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
22 required_providers {
33 hpcr = {
44 source = " ibm-hyper-protect/hpcr"
5- version = " >= 0.3.11 "
5+ version = " >= 0.3.12 "
66 }
77 }
88}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
22 required_providers {
33 hpcr = {
44 source = " ibm-hyper-protect/hpcr"
5- version = " >= 0.3.11 "
5+ version = " >= 0.3.12 "
66 }
77 }
88}
You can’t perform that action at this time.
0 commit comments