mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user