From 746125cd38fdcceb3a53ea93dd92681c30668a98 Mon Sep 17 00:00:00 2001 From: contabo Date: Fri, 20 Dec 2024 13:35:50 +0000 Subject: [PATCH] release v0.1.28 --- docs/guides/custom_instance.md | 2 +- docs/guides/use_environment_variables.md | 2 +- docs/index.md | 2 +- examples/custom_instance/custom_instance.tf | 2 +- examples/main.tf.example | 2 +- examples/provider/provider.tf | 2 +- examples/use_environment_variables/use_environment_variables.tf | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/guides/custom_instance.md b/docs/guides/custom_instance.md index c4e81a2..2c8735a 100644 --- a/docs/guides/custom_instance.md +++ b/docs/guides/custom_instance.md @@ -12,7 +12,7 @@ terraform { required_providers { contabo = { source = "contabo/contabo" - version = ">= 0.1.27" + version = ">= 0.1.28" } } } diff --git a/docs/guides/use_environment_variables.md b/docs/guides/use_environment_variables.md index 44fe2a8..4c8f78b 100644 --- a/docs/guides/use_environment_variables.md +++ b/docs/guides/use_environment_variables.md @@ -12,7 +12,7 @@ terraform { required_providers { contabo = { source = "contabo/contabo" - version = ">= 0.1.27" + version = ">= 0.1.28" } } } diff --git a/docs/index.md b/docs/index.md index 51a8ebd..39581a7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ terraform { required_providers { contabo = { source = "contabo/contabo" - version = ">= 0.1.27" + version = ">= 0.1.28" } } } diff --git a/examples/custom_instance/custom_instance.tf b/examples/custom_instance/custom_instance.tf index 5b01df4..2a654dd 100644 --- a/examples/custom_instance/custom_instance.tf +++ b/examples/custom_instance/custom_instance.tf @@ -2,7 +2,7 @@ terraform { required_providers { contabo = { source = "contabo/contabo" - version = ">= 0.1.27" + version = ">= 0.1.28" } } } diff --git a/examples/main.tf.example b/examples/main.tf.example index 51a57a5..75ac8e2 100644 --- a/examples/main.tf.example +++ b/examples/main.tf.example @@ -2,7 +2,7 @@ terraform { required_providers { contabo = { source = "contabo/contabo" - version = ">= 0.1.27" + version = ">= 0.1.28" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 4930618..4fa6829 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { contabo = { source = "contabo/contabo" - version = ">= 0.1.27" + version = ">= 0.1.28" } } } diff --git a/examples/use_environment_variables/use_environment_variables.tf b/examples/use_environment_variables/use_environment_variables.tf index 2d800fd..79fb506 100644 --- a/examples/use_environment_variables/use_environment_variables.tf +++ b/examples/use_environment_variables/use_environment_variables.tf @@ -2,7 +2,7 @@ terraform { required_providers { contabo = { source = "contabo/contabo" - version = ">= 0.1.27" + version = ">= 0.1.28" } } }