From 281231448bd2142e50c0d12d61e974daf55d8d59 Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Tue, 23 Apr 2024 17:41:16 +0200 Subject: [PATCH] update description --- internal/resource/infrastructure_stack_schema.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/resource/infrastructure_stack_schema.go b/internal/resource/infrastructure_stack_schema.go index 06af686..08ae8e6 100644 --- a/internal/resource/infrastructure_stack_schema.go +++ b/internal/resource/infrastructure_stack_schema.go @@ -97,6 +97,7 @@ func (r *InfrastructureStackResource) schema() schema.Schema { }, }, "files": schema.MapAttribute{ + Description: "File path-content map.", MarkdownDescription: "File path-content map.", Optional: true, Computed: true,