Skip to content

Commit

Permalink
Configuring properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-cr-13 committed May 23, 2024
1 parent b76778a commit e946df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion otc/rds/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion otc/rds/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit e946df3

Please sign in to comment.