provider/aws: Opsworks Agent has a default, needs to be computed (#6555)

This commit is contained in:
Clint 2016-05-09 11:26:16 -05:00
parent 357d97cdd7
commit 4d66f1ca94
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ func resourceAwsOpsworksStack() *schema.Resource {
"agent_version": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
},
"id": &schema.Schema{