Skip to content

Commit

Permalink
Merge pull request #10 from philips-labs/dependabot/terraform/example…
Browse files Browse the repository at this point in the history
…s/default/philips-labs/postgres-service/hsdp-0.3.0

Bump philips-labs/postgres-service/hsdp from 0.2.0 to 0.3.0 in /examples/default
  • Loading branch information
loafoe authored Aug 22, 2023
2 parents 42240ef + fd7dd24 commit 57c8ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ resource "cloudfoundry_app" "kong" {
module "postgres" {
count = var.enable_postgres ? 1 : 0
source = "philips-labs/postgres-service/hsdp"
version = "0.2.0"
version = "0.3.0"
cf_space_id = data.cloudfoundry_space.space.id
plan = var.db_plan
}
Expand Down

0 comments on commit 57c8ed2

Please sign in to comment.