added project key and org key to sonar.yml

This commit is contained in:
Favee 2025-04-13 15:30:40 +01:00
parent 12366e81f0
commit d2a30032f5

View file

@ -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"