Skip to content

Commit

Permalink
Defines id and run-as variables for postgres-image (#2924)
Browse files Browse the repository at this point in the history
Signed-off-by: Srishti Hegde <[email protected]>
  • Loading branch information
srishtih authored Oct 30, 2024
1 parent 017cd55 commit 75986c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/postgres/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ module "latest-config" {
"libpq",
"pgaudit",
]
run-as = 0
id = 70

}

module "latest" {
Expand All @@ -28,6 +31,7 @@ module "latest" {
target_repository = var.target_repository
config = module.latest-config.config
build-dev = true
main_package = "postgresql"
}

module "test-latest" {
Expand Down

0 comments on commit 75986c7

Please sign in to comment.