Skip to content

Commit

Permalink
Merge pull request #1 from cookielab/jj/wrapper-module-provider
Browse files Browse the repository at this point in the history
chore(deps): introduce cyrilgdn/postgresql provider in root module
  • Loading branch information
jindraj authored Aug 26, 2024
2 parents e3c9897 + b36d73e commit 179b565
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
terraform {
required_version = ">= 1.0.0, < 2.0.0"
required_providers {
# tflint-ignore: terraform_unused_required_providers
postgresql = {
source = "cyrilgdn/postgresql"
version = "~> 1.21"
}
}
}

0 comments on commit 179b565

Please sign in to comment.