Skip to content

Commit

Permalink
update due to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Deutsche Telekom MMS committed Oct 9, 2024
1 parent 3751aa4 commit d1c80a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.3](https://github.com/telekom-mms/terraform-azurerm-database/tree/1.0.3) (2024-10-09)

[Full Changelog](https://github.com/telekom-mms/terraform-azurerm-database/compare/1.0.2...1.0.3)

**Implemented enhancements:**

- add argument for i/o autoscaling in MySQL flex server [\#16](https://github.com/telekom-mms/terraform-azurerm-database/pull/16) ([habr-mms](https://github.com/habr-mms))

## [1.0.2](https://github.com/telekom-mms/terraform-azurerm-database/tree/1.0.2) (2024-08-28)

[Full Changelog](https://github.com/telekom-mms/terraform-azurerm-database/compare/1.0.1...1.0.2)
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ _<-- This file is autogenerated, please do not change. -->_
| Name | Version |
|------|---------|
| terraform | >=1.3 |
| azurerm | >=3.57.0, <4.0 |
| azurerm | >=3.75.0, <4.0 |

## Providers

| Name | Version |
|------|---------|
| azurerm | >=3.57.0, <4.0 |
| azurerm | >=3.75.0, <4.0 |

## Resources

Expand Down Expand Up @@ -155,7 +155,8 @@ module "database" {
version = "8.0.21"
zone = "1"
storage = {
size_gb = 20
io_scaling_enabled = true
size_gb = 20
}
high_availability = {
mode = "ZoneRedundant"
Expand Down

0 comments on commit d1c80a2

Please sign in to comment.