From bb18aea8b10700000d1675868b2049cdca13c419 Mon Sep 17 00:00:00 2001 From: Julius Park Date: Wed, 15 Jul 2026 11:36:59 -0400 Subject: [PATCH] initial commit --- docs/data-sources/tenant.md | 2 +- docs/index.md | 2 +- docs/resources/organization_member.md | 2 +- docs/resources/tenant.md | 2 +- docs/resources/tenant_api_token.md | 2 +- examples/data-sources/hatchet_tenant/data-source.tf | 2 +- examples/provider/provider.tf | 2 +- examples/resources/hatchet_organization_member/resource.tf | 2 +- examples/resources/hatchet_tenant/resource.tf | 2 +- examples/resources/hatchet_tenant_api_token/resource.tf | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/data-sources/tenant.md b/docs/data-sources/tenant.md index 975e7a1..ec2fe7c 100644 --- a/docs/data-sources/tenant.md +++ b/docs/data-sources/tenant.md @@ -17,7 +17,7 @@ terraform { required_providers { hatchet = { source = "hatchet-dev/hatchet" - version = "~> 0.2.1" + version = "~> 1.0" } } } diff --git a/docs/index.md b/docs/index.md index a14e9ac..d145cba 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ terraform { required_providers { hatchet = { source = "hatchet-dev/hatchet" - version = "~> 0.2.1" + version = "~> 1.0" } } } diff --git a/docs/resources/organization_member.md b/docs/resources/organization_member.md index a561a35..965b81a 100644 --- a/docs/resources/organization_member.md +++ b/docs/resources/organization_member.md @@ -17,7 +17,7 @@ terraform { required_providers { hatchet = { source = "hatchet-dev/hatchet" - version = "~> 0.2.1" + version = "~> 1.0" } } } diff --git a/docs/resources/tenant.md b/docs/resources/tenant.md index c1f10b3..689f1fb 100644 --- a/docs/resources/tenant.md +++ b/docs/resources/tenant.md @@ -17,7 +17,7 @@ terraform { required_providers { hatchet = { source = "hatchet-dev/hatchet" - version = "~> 0.2.1" + version = "~> 1.0" } } } diff --git a/docs/resources/tenant_api_token.md b/docs/resources/tenant_api_token.md index b4592cd..eba67b0 100644 --- a/docs/resources/tenant_api_token.md +++ b/docs/resources/tenant_api_token.md @@ -17,7 +17,7 @@ terraform { required_providers { hatchet = { source = "hatchet-dev/hatchet" - version = "~> 0.2.1" + version = "~> 1.0" } } } diff --git a/examples/data-sources/hatchet_tenant/data-source.tf b/examples/data-sources/hatchet_tenant/data-source.tf index e0f4f66..9d7e90d 100644 --- a/examples/data-sources/hatchet_tenant/data-source.tf +++ b/examples/data-sources/hatchet_tenant/data-source.tf @@ -2,7 +2,7 @@ terraform { required_providers { hatchet = { source = "hatchet-dev/hatchet" - version = "~> 0.2.1" + version = "~> 1.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index f98cc58..e2a5e59 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { hatchet = { source = "hatchet-dev/hatchet" - version = "~> 0.2.1" + version = "~> 1.0" } } } diff --git a/examples/resources/hatchet_organization_member/resource.tf b/examples/resources/hatchet_organization_member/resource.tf index 3a8ba41..eee73b4 100644 --- a/examples/resources/hatchet_organization_member/resource.tf +++ b/examples/resources/hatchet_organization_member/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { hatchet = { source = "hatchet-dev/hatchet" - version = "~> 0.2.1" + version = "~> 1.0" } } } diff --git a/examples/resources/hatchet_tenant/resource.tf b/examples/resources/hatchet_tenant/resource.tf index 7c58cc9..85bd9dd 100644 --- a/examples/resources/hatchet_tenant/resource.tf +++ b/examples/resources/hatchet_tenant/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { hatchet = { source = "hatchet-dev/hatchet" - version = "~> 0.2.1" + version = "~> 1.0" } } } diff --git a/examples/resources/hatchet_tenant_api_token/resource.tf b/examples/resources/hatchet_tenant_api_token/resource.tf index 173843a..69093b7 100644 --- a/examples/resources/hatchet_tenant_api_token/resource.tf +++ b/examples/resources/hatchet_tenant_api_token/resource.tf @@ -2,7 +2,7 @@ terraform { required_providers { hatchet = { source = "hatchet-dev/hatchet" - version = "~> 0.2.1" + version = "~> 1.0" } } }