diff --git a/otc/rds/outputs.tf b/otc/rds/outputs.tf index ff240615..3cf0057a 100644 --- a/otc/rds/outputs.tf +++ b/otc/rds/outputs.tf @@ -3,5 +3,6 @@ output "db_private_ip" { } output "db_data" { - value = opentelekomcloud_rds_instance_v3.instance.db + value = opentelekomcloud_rds_instance_v3.instance.db + sensitive = true } diff --git a/otc/rds/variables.tf b/otc/rds/variables.tf index 798ab820..9fe781b4 100644 --- a/otc/rds/variables.tf +++ b/otc/rds/variables.tf @@ -30,7 +30,7 @@ variable "port" { variable "flavor" { type = string description = "The flavor for the database server" - default = "rds.pg.db.c2.medium" + default = "rds.pg.c2.medium" } variable "subnet_id" {