mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:45:50 +00:00
added project key and org key to sonar.yml
This commit is contained in:
parent
12366e81f0
commit
d2a30032f5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ resource "aws_security_group" "ecs_tasks" {
|
|||
|
||||
# RDS Database for PetClinic
|
||||
resource "aws_db_instance" "petclinic" {
|
||||
identifier = "petclinic-${var.environment}-db"
|
||||
identifier = "petclinic-${var.environment}db"
|
||||
allocated_storage = 20
|
||||
storage_type = "gp2"
|
||||
engine = "mysql"
|
||||
|
|
Loading…
Reference in a new issue