Skip to content

Commit

Permalink
set required provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattJsonar committed Nov 12, 2024
1 parent 70751b0 commit 5a41555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dsfhub-gcp-pubsub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ terraform {
required_providers {
dsfhub = {
source = "imperva/dsfhub"
version = ">= 1.3.5"
}
}
}
Expand Down

0 comments on commit 5a41555

Please sign in to comment.