Skip to content

Commit

Permalink
Merge pull request #12 from BrownUniversity/patch-pin-infoblox-provider
Browse files Browse the repository at this point in the history
patch: pins infoblox provider to 2.1.0
  • Loading branch information
mirestrepo authored Jan 10, 2023
2 parents 2531aa9 + 7d2290e commit 430ed1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.1
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
infoblox = {
source = "infobloxopen/infoblox"
version = ">= 2.0.1, <3.0.0"
version = "2.1.0"
}
}
}

0 comments on commit 430ed1d

Please sign in to comment.