From 12b8f2460d2bc351d64da525f853c597552145d6 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 13 May 2026 05:01:38 +1000 Subject: [PATCH] remove version constraints for terraform and provider in examples --- examples/live_safe_dns_record/versions.tf | 1 - examples/read_only/providers.tf | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/live_safe_dns_record/versions.tf b/examples/live_safe_dns_record/versions.tf index 3f69d16..d2efc3f 100644 --- a/examples/live_safe_dns_record/versions.tf +++ b/examples/live_safe_dns_record/versions.tf @@ -4,7 +4,6 @@ terraform { required_providers { dynu = { source = "beatz174-bit/dynu" - version = "~> 0.2.0" } } } diff --git a/examples/read_only/providers.tf b/examples/read_only/providers.tf index 8cfebd7..6ece948 100644 --- a/examples/read_only/providers.tf +++ b/examples/read_only/providers.tf @@ -4,7 +4,6 @@ terraform { required_providers { dynu = { source = "beatz174-bit/dynu" - version = "~> 0.1.0" } } }