From 4d66f1ca94b67d025113e50445c07192875acf56 Mon Sep 17 00:00:00 2001 From: Clint Date: Mon, 9 May 2016 11:26:16 -0500 Subject: [PATCH] provider/aws: Opsworks Agent has a default, needs to be computed (#6555) --- builtin/providers/aws/resource_aws_opsworks_stack.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/providers/aws/resource_aws_opsworks_stack.go b/builtin/providers/aws/resource_aws_opsworks_stack.go index f21953f4d..2d59e0734 100644 --- a/builtin/providers/aws/resource_aws_opsworks_stack.go +++ b/builtin/providers/aws/resource_aws_opsworks_stack.go @@ -25,6 +25,7 @@ func resourceAwsOpsworksStack() *schema.Resource { "agent_version": &schema.Schema{ Type: schema.TypeString, Optional: true, + Computed: true, }, "id": &schema.Schema{