From 41652a55dfeb9990616e798e95067bbf3320b7f1 Mon Sep 17 00:00:00 2001 From: "quantcloud[bot]" Date: Wed, 28 Jan 2026 04:00:06 +0000 Subject: [PATCH] chore(terraform): Auto-generated from API spec v4.9.0 Generated from unified API spec v4.9.0 Changes: - Updated resource schemas - Deduplicated type definitions This PR was automatically created by the API generation pipeline. --- internal/resource_crawler/crawler_resource_gen.go | 6 ++++-- .../custom_headers_resource_gen.go | 12 ++++++++---- internal/resource_project/project_resource_gen.go | 12 ++++++++---- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/internal/resource_crawler/crawler_resource_gen.go b/internal/resource_crawler/crawler_resource_gen.go index e16ebfb..11a00dc 100644 --- a/internal/resource_crawler/crawler_resource_gen.go +++ b/internal/resource_crawler/crawler_resource_gen.go @@ -105,8 +105,10 @@ func CrawlerResourceSchema(ctx context.Context) schema.Schema { MarkdownDescription: "Crawler configuration (YAML)", }, "crawler": schema.StringAttribute{ - Optional: true, - Computed: true, + Optional: true, + Computed: true, + Description: "The UUID of the crawler", + MarkdownDescription: "The UUID of the crawler", }, "created_at": schema.StringAttribute{ Computed: true, diff --git a/internal/resource_custom_headers/custom_headers_resource_gen.go b/internal/resource_custom_headers/custom_headers_resource_gen.go index 950bf39..f2032a7 100644 --- a/internal/resource_custom_headers/custom_headers_resource_gen.go +++ b/internal/resource_custom_headers/custom_headers_resource_gen.go @@ -19,12 +19,16 @@ func CustomHeadersResourceSchema(ctx context.Context) schema.Schema { MarkdownDescription: "Custom headers", }, "organization": schema.StringAttribute{ - Optional: true, - Computed: true, + Optional: true, + Computed: true, + Description: "Organization identifier", + MarkdownDescription: "Organization identifier", }, "project": schema.StringAttribute{ - Optional: true, - Computed: true, + Optional: true, + Computed: true, + Description: "Project identifier", + MarkdownDescription: "Project identifier", }, }, } diff --git a/internal/resource_project/project_resource_gen.go b/internal/resource_project/project_resource_gen.go index 490ce59..414c2a9 100644 --- a/internal/resource_project/project_resource_gen.go +++ b/internal/resource_project/project_resource_gen.go @@ -62,12 +62,16 @@ func ProjectResourceSchema(ctx context.Context) schema.Schema { MarkdownDescription: "Project name", }, "organization": schema.StringAttribute{ - Optional: true, - Computed: true, + Optional: true, + Computed: true, + Description: "Organization identifier", + MarkdownDescription: "Organization identifier", }, "project": schema.StringAttribute{ - Optional: true, - Computed: true, + Optional: true, + Computed: true, + Description: "Project identifier", + MarkdownDescription: "Project identifier", }, "region": schema.StringAttribute{ Optional: true,