From bfd576036c1518a0c01dec3e8dc482be98993fcb Mon Sep 17 00:00:00 2001 From: Lajos Szoke Date: Mon, 10 Feb 2025 17:00:23 +0100 Subject: [PATCH] documentation --- docs/guides/multi_environments.md | 6 +++--- docs/guides/segments.md | 2 +- docs/guides/simple_data_sources.md | 2 +- docs/guides/simple_resources.md | 2 +- docs/index.md | 2 +- examples/guides/multi_environments/main.tf | 2 +- examples/guides/multi_environments/production/main.tf | 2 +- examples/guides/multi_environments/test/main.tf | 2 +- examples/guides/segments/main.tf | 2 +- examples/guides/simple_data_sources/main.tf | 2 +- examples/guides/simple_resources/main.tf | 2 +- examples/provider/provider.tf | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/guides/multi_environments.md b/docs/guides/multi_environments.md index d01598d9..3ac83d2a 100644 --- a/docs/guides/multi_environments.md +++ b/docs/guides/multi_environments.md @@ -18,7 +18,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } } @@ -102,7 +102,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } } @@ -146,7 +146,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } } diff --git a/docs/guides/segments.md b/docs/guides/segments.md index aa1c0485..ba8dbe5f 100644 --- a/docs/guides/segments.md +++ b/docs/guides/segments.md @@ -20,7 +20,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } } diff --git a/docs/guides/simple_data_sources.md b/docs/guides/simple_data_sources.md index 738f3147..932c9604 100644 --- a/docs/guides/simple_data_sources.md +++ b/docs/guides/simple_data_sources.md @@ -18,7 +18,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } } diff --git a/docs/guides/simple_resources.md b/docs/guides/simple_resources.md index bcc4e41f..cca65e92 100644 --- a/docs/guides/simple_resources.md +++ b/docs/guides/simple_resources.md @@ -18,7 +18,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } } diff --git a/docs/index.md b/docs/index.md index c6ae6ee7..7d7ffc8a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,7 +24,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } } diff --git a/examples/guides/multi_environments/main.tf b/examples/guides/multi_environments/main.tf index 74277ed7..027e3a7f 100644 --- a/examples/guides/multi_environments/main.tf +++ b/examples/guides/multi_environments/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } } diff --git a/examples/guides/multi_environments/production/main.tf b/examples/guides/multi_environments/production/main.tf index c54ecbe0..8f01b0b4 100644 --- a/examples/guides/multi_environments/production/main.tf +++ b/examples/guides/multi_environments/production/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } } diff --git a/examples/guides/multi_environments/test/main.tf b/examples/guides/multi_environments/test/main.tf index 7f8e4d2b..287ad5f6 100644 --- a/examples/guides/multi_environments/test/main.tf +++ b/examples/guides/multi_environments/test/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } } diff --git a/examples/guides/segments/main.tf b/examples/guides/segments/main.tf index d05f4aac..6110a25e 100644 --- a/examples/guides/segments/main.tf +++ b/examples/guides/segments/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } } diff --git a/examples/guides/simple_data_sources/main.tf b/examples/guides/simple_data_sources/main.tf index 41538253..9f17f08e 100644 --- a/examples/guides/simple_data_sources/main.tf +++ b/examples/guides/simple_data_sources/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } } diff --git a/examples/guides/simple_resources/main.tf b/examples/guides/simple_resources/main.tf index 3e3f2925..cb55e535 100644 --- a/examples/guides/simple_resources/main.tf +++ b/examples/guides/simple_resources/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 2c32d306..7fcf446d 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { configcat = { source = "configcat/configcat" - version = "~> 4.0" + version = "~> 5.0" } } }