From 173da1390461c74e7c5220eae9c99d30c1489174 Mon Sep 17 00:00:00 2001 From: Tomer Heber Date: Sun, 4 Aug 2024 20:39:47 -0500 Subject: [PATCH] updated description --- env0/resource_aws_cloud_configuration.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/env0/resource_aws_cloud_configuration.go b/env0/resource_aws_cloud_configuration.go index 29004104..e98778a4 100644 --- a/env0/resource_aws_cloud_configuration.go +++ b/env0/resource_aws_cloud_configuration.go @@ -29,7 +29,7 @@ func resourceAwsCloudConfiguration() *schema.Resource { }, "bucket_name": { Type: schema.TypeString, - Description: "the AWS bucket name", + Description: "the CloudTrail bucket name", Required: true, }, "regions": { @@ -41,9 +41,10 @@ func resourceAwsCloudConfiguration() *schema.Resource { }, }, "prefix": { - Type: schema.TypeString, - Optional: true, - Default: "", + Type: schema.TypeString, + Optional: true, + Default: "", + Description: "an optional bucket prefix (folder)", }, "health": { Type: schema.TypeBool,