Skip to content

Commit

Permalink
feat: updated required ibm provider version constraint to `>= 1.54.0,…
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh committed Jun 26, 2023
1 parent 0ecf5c2 commit 0895cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ provider "ibm" {
}
module "postgresql_db" {
source = "terraform-ibm-modules/icd-postgresql/ibm"
version = "latest" # Replace "latest" with a release version to lock into a specific release
source = "terraform-ibm-modules/icd-postgresql/ibm"
version = "latest" # Replace "latest" with a release version to lock into a specific release
resource_group_id = "xxXXxxXXxXxXXXXxxXxxxXXXXxXXXXX"
name = "my-instance"
region = "us-south"
Expand Down

0 comments on commit 0895cc7

Please sign in to comment.