From e946df3fe4e7a19e53bf886e82c6c9de70e4a8e7 Mon Sep 17 00:00:00 2001 From: "Jorge E. Gamboa G." Date: Thu, 23 May 2024 17:50:30 +0200 Subject: [PATCH] Configuring properly --- otc/rds/outputs.tf | 3 ++- otc/rds/variables.tf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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" {