From 080e08fb735c0793b22671d35a16045292d65c09 Mon Sep 17 00:00:00 2001 From: stack72 Date: Thu, 8 Oct 2015 23:14:34 +0100 Subject: [PATCH] Adding Computed to the Content-Type of S3 Bucket Object. Regardless of whether you set a content-type, AWS will always set a content-type --- builtin/providers/aws/resource_aws_s3_bucket_object.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/providers/aws/resource_aws_s3_bucket_object.go b/builtin/providers/aws/resource_aws_s3_bucket_object.go index a01ab760e..938780d2e 100644 --- a/builtin/providers/aws/resource_aws_s3_bucket_object.go +++ b/builtin/providers/aws/resource_aws_s3_bucket_object.go @@ -53,6 +53,7 @@ func resourceAwsS3BucketObject() *schema.Resource { Type: schema.TypeString, Optional: true, ForceNew: true, + Computed: true, }, "key": &schema.Schema{