provider/aws: Opsworks Agent has a default, needs to be computed (#6555)
This commit is contained in:
parent
357d97cdd7
commit
4d66f1ca94
|
@ -25,6 +25,7 @@ func resourceAwsOpsworksStack() *schema.Resource {
|
|||
"agent_version": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
"id": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue