File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
quickstart/101-managed-instance Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ variable "azurerm_subnet_name" {
2121variable "location" {
2222 type = string
2323 description = " Enter the location where you want to deploy the resources"
24- default = " eastus2euap "
24+ default = " eastus "
2525}
2626
2727variable "administrator_login" {
@@ -34,6 +34,7 @@ variable "administrator_login_password" {
3434 type = string
3535 description = " Enter administrator password for the database"
3636 default = " IamAVeryStrongP@ssw0rd123"
37+ sensitive = true
3738}
3839
3940variable "database_name" {
@@ -53,12 +54,12 @@ variable "license_type" {
5354 default = " BasePrice"
5455}
5556variable "vcores" {
56- type = string
57+ type = number
5758 description = " Enter number of vCores you want to deploy"
5859 default = 8
5960}
6061variable "storage_size_in_gb" {
61- type = string
62- description = " Enter database name "
62+ type = number
63+ description = " Enter storage size in GB "
6364 default = 32
6465}
You can’t perform that action at this time.
0 commit comments