Skip to content

Commit

Permalink
change default to m-oracle-db
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Badrak committed Jan 15, 2020
1 parent e78c64e commit 6b41fa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rds-oracle/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ variable "vpc_full_name" {
variable "name" {
description = "Security group Name"
type = string
default = "m-rds-oracle"
# default = "m-rds-oracle"
default = "m-oracle-db"
}

variable "networks" {
Expand Down

0 comments on commit 6b41fa9

Please sign in to comment.