Skip to content

Commit

Permalink
Delete unused "command" terraform variable
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Jan 31, 2024
1 parent 1d44d4e commit 42e5b26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/application/config/review.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"namespace": "cpd-development",
"environment": "review",
"deploy_azure_backing_services": false,
"enable_postgres_ssl" : false,
"command": ["/bin/sh", "-c", "bundle exec rails db:environment:set RAILS_ENV=review && RAILS_ENV=review bundle exec rails db:schema:load && RAILS_ENV=review bundle exec rails db:seed && bundle exec rails server -b 0.0.0.0"]
"enable_postgres_ssl" : false
}

0 comments on commit 42e5b26

Please sign in to comment.