Skip to content

Commit

Permalink
release v0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
contabo committed Feb 6, 2024
1 parent 2ec49a8 commit 7eec7b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/custom_instance/custom_instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
contabo = {
source = "contabo/contabo"
version = "__CURRENT_VERSION__"
version = ">= 0.1.25"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/main.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
contabo = {
source = "contabo/contabo"
version = "__CURRENT_VERSION__"
version = ">= 0.1.25"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
contabo = {
source = "contabo/contabo"
version = "__CURRENT_VERSION__"
version = ">= 0.1.25"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
contabo = {
source = "contabo/contabo"
version = "__CURRENT_VERSION__"
version = ">= 0.1.25"
}
}
}
Expand Down

0 comments on commit 7eec7b9

Please sign in to comment.