Skip to content

Commit

Permalink
Fix minimum provider version
Browse files Browse the repository at this point in the history
container runtime paramater needs version 1.44 of Flexible Engine provider
  • Loading branch information
shoudusse committed Dec 19, 2023
1 parent 9c5c683 commit a9f224a
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 a9f224a

Please sign in to comment.