13 KiB
13 KiB
Changelog
Unreleased
Merged pull requests:
- Solve #107 by adding
create_before_destroy = true
to defer public ip's deletion. #203 (lonegunmanb) - Output vm names #202 (lonegunmanb)
- Make
azurerm_availability_set
'splatform_fault_domain_count
andplatform_update_domain_count
configurable #201 (lonegunmanb) - Fix the bug introduced by #189 by adding
var.storage_os_disk_size_gb
back. #200 (lonegunmanb) - Add support for
azurerm_virtual_machine.zones
#199 (lonegunmanb) - Convert legacy splat syntax into bracket syntax #198 (lonegunmanb)
- Replacing location and resource_group_name with local variables #196 (jiaweitao001)
- Removing depends_on in examples code #195 (jiaweitao001)
- Add override template file so we can run version upgrade test #194 (lonegunmanb)
- Rename some resources to snake case. #193 (lonegunmanb)
- Refactor code to meet tflint's requirements #189 (lonegunmanb)
- Allow custom OS disk size #183 (yatzek)
4.0.0 (2022-11-15)
Implemented enhancements:
- support raw value for ssh keys in addition to paths #159 (AliAllomani)
- support multiple ssh keys #147 (sudoapt-getclean)
- bumb os version #94 (strixBE)
- Resolve #39: bump azurerm provider version #74 (marclambrichs)
Merged pull requests:
- Add CI pipeline #185 (jiaweitao001)
- Adding Microsoft SECURITY.MD #181 (microsoft-github-policy-service[bot])
- Add variable
delete_data_disks_on_termination
#170 (yupwei68) - Fixed deprecated list method #168 (stgrace)
- Fix fixture test #165 (yupwei68)
- Fix fixture test #163 (yupwei68)
- Allow to make ssh_key optional #162 (jtyr)
- Docker fix #158 (yupwei68)
- Integration of Terramodtest 0.8.0 #157 (yupwei68)
- Create pull_request_template.md #156 (yupwei68)
public_ip_address
will be empty whenallocation_method
isDynamic
#154 (yupwei68)- Adding support for the 'extra_disks' parameter #152 (juan-acevedo-ntt)
- support defining sku for public ip #151 (AliAllomani)
- support os_profile_secrets #150 (AliAllomani)
- #59 Adding support for the license_type parameter #144 (travis-crowder-kr)
- GH142 Adding support for identities #143 (travis-crowder-kr)
- Terraform 0.13 upgrade #140 (yupwei68)
- Fix default value of
source_address_prefixes
#139 (yupwei68) - Conditionally create nsg security rule | Parametrise source IP ranges #137 (rginev)
- Allow custom location and fix issues #135 (yupwei68)
- Fixed domain_name_label must contain only lowercase alphanumeric characters, numbers and hyphens #132 (sbugalski)
- Fix CI test #130 (yupwei68)
- Integration of terramodtest 0.5.0 #127 (yupwei68)
- Removal of resource group & azurerm 2.0 #124 (yupwei68)
- upgrade to Terraform v0.12 #122 (yupwei68)
- editing descriptions in variable.tf file #114 (niss3n)
- Update module dependency on Random to allow use in Terraform 0.12.3 #108 (Xyon)
- Move Security Group Rule to Dedicated Resource #105 (MDBox)
- updated var and readme for windows vm example #96 (AlexBevan)
- Adding custom data field
Issue \#65
to Linux OS profiles. #85 (dahlke) - Configure files for terraformbot #82 (zunlihu)
- add enable_accelerated_networking property and variable for Network Interface #78 (mikaelkrief)
- Add bug_report template #77 (zunlihu)
- Add .github for issue and feature request templates. #75 (zunlihu)
- Resolve issue #56 #73 (Xyon)
- Provision vm agents for Windows machines #72 (Xyon)
- Tag all resources ceated by the module #69 (smerrell)
- Add different stages for different events. #67 (metacpp)
- Add Terratest Example for Compute Module #66 (foreverXZC)
- add vm-with-datadisk in output.tf #61 (petit-lu)
- Integrate with terramodtest v0.2.0 to use reusable tasks. #52 (metacpp)
- fix network module example #51 (dtzar)
- Fix custom image #50 (VaijanathB)
- Unique VM hostname #46 (horsey)
- Introduced the version argument to dockerfile. #43 (metacpp)
- Fix the issue in README #42 (metacpp)
- Improve the workflow #40 (metacpp)
- Refine the document for Ruby and Docker developer. #38 (metacpp)
- Switch Travis to build stages #33 (dtzar)
- Support use Docker container locally and in Travis CI #32 (metacpp)
- Fix tfstate issue caused by the breaking change of kitchen terraform. #31 (JunyiYi)
- Upgrade kitchen-terraform to 3.0 #29 (JunyiYi)
- Add dev workflow support for azure compute module #28 (metacpp)
- Add space between variable name and starting { #27 (runecalico)
- Use azurerm v0.3.0 #22 (jmapro)
- Fix nsg name #21 (jmapro)
- Fix version to ~> 0.2.2 #20 (jmapro)
- Tagvms #19 (jmapro)
- Add NSG Update #17 (dtzar)
- fix usage example formatting #14 (sebastus)
- Fixed issue with second example #12 (irab)
- Add vm_hostname to os_disk name #11 (jmapro)
- Add vm_hostname to nic interface name for more comprehension #10 (jmapro)
- Add datastorage disk #9 (jmapro)
- Allow not use public ip #8 (jmapro)
- Add boot diagnostics option #7 (jmapro)
- minor example fix #4 (dtzar)
- Remove Output variable from README #3 (cgriggs01)
- Changes for Terraform Module Registry formatting #2 (cgriggs01)
- Initial Release #1 (dtzar)
* This Changelog was automatically generated by github_changelog_generator