Add sqladmin to project jit_si and fix some documentation

This commit is contained in:
Julio Castillo
2022-04-13 00:22:54 +02:00
parent c7c77541fb
commit 1f254880b9
6 changed files with 34 additions and 37 deletions

View File

@@ -77,7 +77,7 @@ variable "disk_type" {
}
variable "encryption_key_name" {
description = "The full path to the encryption key used for the CMEK disk encryption."
description = "The full path to the encryption key used for the CMEK disk encryption of the primary instance."
type = string
default = null
}
@@ -95,7 +95,7 @@ variable "labels" {
}
variable "name" {
description = "Name of primary replica."
description = "Name of primary instance."
type = string
}
@@ -116,7 +116,7 @@ variable "project_id" {
}
variable "region" {
description = "Region of the primary replica."
description = "Region of the primary instance."
type = string
}