Skip to content

Commit

Permalink
- update tf for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Sep 27, 2024
1 parent 4a4ab19 commit dec3627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ data "cloudfoundry_service" "rds" {
resource "cloudfoundry_service_instance" "database" {
name = "tdp-db-dev"
space = data.cloudfoundry_space.space.id
service_plan = data.cloudfoundry_service.rds.service_plans["micro-psql"]
json_params = "{\"version\": \"15\"}"
service_plan = data.cloudfoundry_service.rds.service_plans["medium-gp-psql"]
json_params = "{\"version\": \"15\", \"storage_type\": \"gp3\", \"storage\": 50}"
recursive_delete = true
timeouts {
create = "60m"
Expand Down

0 comments on commit dec3627

Please sign in to comment.