Skip to content

Commit

Permalink
- escaping quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Feb 20, 2024
1 parent 68b9f8c commit 9faa526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ 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": "12"}'
json_params = "{\"version\": \"12\"}"
recursive_delete = true
}

Expand Down

0 comments on commit 9faa526

Please sign in to comment.