From 8e43e1c29c9d77542d93b9cf09c6c8c5fc72551a Mon Sep 17 00:00:00 2001 From: Tomer Heber Date: Sun, 4 Aug 2024 20:40:50 -0500 Subject: [PATCH] updated description --- env0/resource_aws_cloud_configuration.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/env0/resource_aws_cloud_configuration.go b/env0/resource_aws_cloud_configuration.go index e98778a4..5f871c67 100644 --- a/env0/resource_aws_cloud_configuration.go +++ b/env0/resource_aws_cloud_configuration.go @@ -16,6 +16,8 @@ func resourceAwsCloudConfiguration() *schema.Resource { Importer: &schema.ResourceImporter{StateContext: importCloudConfiguration}, + Description: "configure an AWS cloud account (Cloud Compass)", + Schema: map[string]*schema.Schema{ "name": { Type: schema.TypeString,