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
65c40b337a
commit
12366e81f0
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ resource "aws_security_group" "ecs_tasks" {
|
|||
|
||||
# RDS Database for PetClinic
|
||||
resource "aws_db_instance" "petclinic" {
|
||||
identifier = "petclinic-${var.environment}"
|
||||
identifier = "petclinic-${var.environment}-db"
|
||||
allocated_storage = 20
|
||||
storage_type = "gp2"
|
||||
engine = "mysql"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
variable "aws_region" {
|
||||
description = "AWS region to deploy resources"
|
||||
default = "us-west-2"
|
||||
default = "us-east-1"
|
||||
}
|
||||
|
||||
variable "environment" {
|
||||
|
|
Loading…
Reference in a new issue