From 9ed8267aaf7caae9a6bcaa4528c1dc088f5cbb69 Mon Sep 17 00:00:00 2001 From: Cari Albritton Date: Thu, 29 Aug 2024 12:14:36 -0400 Subject: [PATCH] Update the examples release version (#80) Signed-off-by: Cari Albritton --- examples/platform_stack/main.tf | 2 +- examples/platform_stack_multiparty_sandbox/main.tf | 2 +- examples/simple_env/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/platform_stack/main.tf b/examples/platform_stack/main.tf index 83daa98..be324f5 100644 --- a/examples/platform_stack/main.tf +++ b/examples/platform_stack/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { kaleido = { source = "kaleido-io/kaleido" - version = "1.1.0-rc.4" + version = "1.1.0-rc-5" } } } diff --git a/examples/platform_stack_multiparty_sandbox/main.tf b/examples/platform_stack_multiparty_sandbox/main.tf index 72c18d4..2648434 100644 --- a/examples/platform_stack_multiparty_sandbox/main.tf +++ b/examples/platform_stack_multiparty_sandbox/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { kaleido = { source = "kaleido-io/kaleido" - version = "1.1.0-rc.4" + version = "1.1.0-rc-5" } } } diff --git a/examples/simple_env/main.tf b/examples/simple_env/main.tf index a4a44a0..3f3d20d 100644 --- a/examples/simple_env/main.tf +++ b/examples/simple_env/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { kaleido = { source = "kaleido-io/kaleido" - version = "1.1.0-rc.4" + version = "1.1.0-rc-5" } } }