Skip to content

Commit

Permalink
fix: fix the way service endpoint type is passed to Key Protect. When…
Browse files Browse the repository at this point in the history
… upgrading to this version, you will see an expected update in place, such as this: (#693)
  • Loading branch information
ocofaigh authored Jan 31, 2024
1 parent bbcc1b0 commit 6bcc77c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "go.sum|^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-12-12T18:26:42Z",
"generated_at": "2023-12-13T18:26:42Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down
4 changes: 3 additions & 1 deletion kms/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ resource "ibm_resource_instance" "kms" {
location = var.region
resource_group_id = var.key_management.resource_group_id
tags = var.key_management.tags
service_endpoints = var.service_endpoints
parameters = {
allowed_network : var.service_endpoints
}
}

resource "ibm_resource_tag" "tag" {
Expand Down

0 comments on commit 6bcc77c

Please sign in to comment.