Skip to content

Commit 6bcc77c

Browse files
authored
fix: fix the way service endpoint type is passed to Key Protect. When upgrading to this version, you will see an expected update in place, such as this: (#693)
1 parent bbcc1b0 commit 6bcc77c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2023-12-12T18:26:42Z",
6+
"generated_at": "2023-12-13T18:26:42Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

kms/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ resource "ibm_resource_instance" "kms" {
2525
location = var.region
2626
resource_group_id = var.key_management.resource_group_id
2727
tags = var.key_management.tags
28-
service_endpoints = var.service_endpoints
28+
parameters = {
29+
allowed_network : var.service_endpoints
30+
}
2931
}
3032

3133
resource "ibm_resource_tag" "tag" {

0 commit comments

Comments
 (0)