Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
SriPadma8997-egov authored Apr 18, 2024
1 parent 641e362 commit 801251b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra-as-code/terraform/sample-aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module "db" {
vpc_security_group_ids = ["${module.network.rds_db_sg_id}"]
availability_zone = "${element(var.availability_zones, 0)}"
instance_class = "db.t3.medium" ## postgres db instance type
engine_version = "15.3" ## postgres version
engine_version = "15.4" ## postgres version
storage_type = "gp2"
storage_gb = "10" ## postgres disk size
backup_retention_days = "7"
Expand Down

0 comments on commit 801251b

Please sign in to comment.