Skip to content

Commit

Permalink
Fix terraform validation issues
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Tserepov-Savolainen <aleksandr.tserepov-savolainen@unikie.com>
  • Loading branch information
alextserepov committed Oct 23, 2024
1 parent 64ab4e7 commit 316c73f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions terraform/jenkins-controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,15 @@ resource "azurerm_key_vault_access_policy" "jenkins_controller_kv_access" {
object_id = module.jenkins_controller_vm.virtual_machine_identity_principal_id

key_permissions = [
"get",
"list",
"sign",
"verify",
"Get",
"List",
"Sign",
"Verify",
]

certificate_permissions = [
"get",
"list",
"Get",
"List",
]
}

Expand Down

0 comments on commit 316c73f

Please sign in to comment.