Skip to content

Commit

Permalink
provider/aws: Opsworks Agent has a default, needs to be computed (has…
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby authored and cristicalin committed May 24, 2016
1 parent e5225d3 commit 035c95d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/aws/resource_aws_opsworks_stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func resourceAwsOpsworksStack() *schema.Resource {
"agent_version": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
},

"id": &schema.Schema{
Expand Down

0 comments on commit 035c95d

Please sign in to comment.