Skip to content

Releases: Azure/terraform-azurerm-avm-res-azurestackhci-cluster

Change resource namespace to correct casing

27 Sep 07:09
8379fd6
Compare
Choose a tag to compare
0.5.1

revert namespace casing (#17)

Add more options to override the default values

27 Sep 06:55
429e94e
Compare
Choose a tag to compare
Add more options to override the default values (#16)

* change resource namespace to lower case

* add more options to override the default value

* fmt and doc

fix validation logic for operation_type

26 Sep 08:24
1e54abb
Compare
Choose a tag to compare
0.4.2

fix validation logic for operation_type (#14)

Add null support for `operation_type`

26 Sep 06:56
b8b27c7
Compare
Choose a tag to compare
add null support for operation_type (#13)

* add null support for operation_type

* fix operation_type validation

Add use_legacy_key_vault_model, configuration_mode and security setting variables

25 Sep 07:27
4fb0368
Compare
Choose a tag to compare
Zilu/keyvault legacy (#12)

* add a switch to use legacy key vault model

* change the way to set secrets location
add more variables

* change back the implementation due to the validation error

* remove security settings local var

* use flatten magic to bypass validation error

* fix plan error

Add `storage_adapter_ip_info` parameter

24 Sep 07:04
499d8ce
Compare
Choose a tag to compare

A new parameter storage_adapter_ip_info is added to allocate static ip address for storage network.

A sample definition could be

storage_adapter_ip_info = {
  storage_network_a = [{
    physicalNode = "HostA"
    ipv4Address = "192.168.200.10"
    subnetMask = "255.255.255.0"
  }, {
    physicalNode = "HostB"
    ipv4Address = "192.168.200.11"
    subnetMask = "255.255.255.0"
  }]
  storage_network_b = [{
    physicalNode = "HostA"
    ipv4Address = "192.168.201.10"
    subnetMask = "255.255.255.0"
  }, {
    physicalNode = "HostB"
    ipv4Address = "192.168.201.11"
    subnetMask = "255.255.255.0"
  }]
}

Add new parameter to define ip address for storage networks

24 Sep 01:34
499d8ce
Compare
Choose a tag to compare

A new parameter storage_adapter_ip_info is added to allocate static ip address for storage network.

A sample definition could be

storage_adapter_ip_info = {
  storage_network_a = [{
    physicalNode = "HostA"
    ipv4Address = "192.168.200.10"
    subnetMask = "255.255.255.0"
  }, {
    physicalNode = "HostB"
    ipv4Address = "192.168.200.11"
    subnetMask = "255.255.255.0"
  }]
  storage_network_b = [{
    physicalNode = "HostA"
    ipv4Address = "192.168.201.10"
    subnetMask = "255.255.255.0"
  }, {
    physicalNode = "HostB"
    ipv4Address = "192.168.201.11"
    subnetMask = "255.255.255.0"
  }]
}

0.2.2

14 Sep 07:06
9bd0001
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.2

0.2.1

14 Sep 05:18
ded6e32
Compare
Choose a tag to compare

What's Changed

  • Support more variables by @xhy8759 in #6
  • remove key_vault_name by @xhy8759 in #7
  • Add storageAdapterIPInfo and operation_type, remove storage account id by @xhy8759 in #8

Full Changelog: 0.1.0...0.2.1

0.2.0

14 Sep 03:51
ded6e32
Compare
Choose a tag to compare

What's Changed

  • Support more variables by @xhy8759 in #6
  • remove key_vault_name by @xhy8759 in #7
  • Add storageAdapterIPInfo and operation_type, remove storage account id by @xhy8759 in #8

Full Changelog: 0.1.0...0.2.0