Skip to content

Commit

Permalink
Patch realm bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-cr-13 committed Apr 3, 2024
1 parent d3189c0 commit d4a6d87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions otc/kms_key/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ resource "opentelekomcloud_kms_key_v1" "key" {
key_description = var.description
pending_days = var.pending_days
realm = var.region_zone

lifecycle {
ignore_changes = [realm]
}
}

0 comments on commit d4a6d87

Please sign in to comment.