Skip to content

Commit

Permalink
Merge pull request #22 from FlexibleEngineCloud/fix-provider-version
Browse files Browse the repository at this point in the history
Fix minimum provider version
  • Loading branch information
shoudusse authored Dec 19, 2023
2 parents 9c5c683 + a9f224a commit ce8132e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
flexibleengine = {
source = "FlexibleEngineCloud/flexibleengine"
version = ">= 1.34"
version = ">= 1.44"
}
}
required_version = ">= 0.13"
Expand Down

0 comments on commit ce8132e

Please sign in to comment.