Skip to content

Commit f6a3568

Browse files
committed
feat: added README.md and fixed typo in variables.tf
1 parent 8bd5ba6 commit f6a3568

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Azure <> Terraform module
1+
****# Azure <> Terraform module
22
Terraform module for creation Azure <>
33

44
## Usage
@@ -9,4 +9,4 @@ Terraform module for creation Azure <>
99

1010
## License
1111

12-
Apache 2 Licensed. For more information please see [LICENSE](https://github.com/data-platform-hq/terraform-azurerm<>/tree/master/LICENSE)
12+
Apache 2 Licensed. For more information please see [LICENSE](https://github.com/data-platform-hq/terraform-azurerm-mssql-database/blob/add-module/LICENSE)

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ variable "default_max_size" {
3434

3535
variable "default_min_capacity" {
3636
type = string
37-
description = "The max size of the database in gigabytes"
37+
description = "The min size of the database in gigabytes"
3838
default = "0.5"
3939
}
4040

0 commit comments

Comments
 (0)