Skip to content

Commit

Permalink
Add validation for hotpatching_enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Melody Sofia Eroshevich <se@cloudeteer.de>
  • Loading branch information
neonwhiskers committed Sep 25, 2024
1 parent 504e711 commit eea360a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/module-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
module-ci:
uses: cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@44-terraforms-azureapi-provider-seems-to-not-use-the-az-login-session
uses: cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@main
permissions:
contents: write
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion r-vm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ data "azurerm_managed_disk" "this" {
}

resource "azapi_resource_action" "this" {
type = "Microsoft.Compute/disks@2022-03-02"
type = "Microsoft.Compute/disks@2024-03-02"
resource_id = data.azurerm_managed_disk.this.id
method = "PATCH"

Expand Down

0 comments on commit eea360a

Please sign in to comment.