Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hangyu Xu committed Feb 17, 2025
1 parent f5b3510 commit 6ac4658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "azapi_update_resource" "deploymentsetting" {
count = var.is_exported ? 0 : 1

type = "Microsoft.AzureStackHCI/clusters/deploymentSettings@2024-04-01"
type = "Microsoft.AzureStackHCI/clusters/deploymentSettings@2024-01-01"
body = {
properties = {
deploymentMode = "Deploy"
Expand Down
2 changes: 1 addition & 1 deletion validate.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data "azurerm_arc_machine" "arcservers" {
}

resource "azapi_resource" "validatedeploymentsetting" {
type = "Microsoft.AzureStackHCI/clusters/deploymentSettings@2024-04-01"
type = "Microsoft.AzureStackHCI/clusters/deploymentSettings@2024-02-15-preview"
body = {
properties = local.deployment_setting_properties_omit_null
}
Expand Down

0 comments on commit 6ac4658

Please sign in to comment.