mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 14:44:11 -06:00
provider/rancher: Remove DiffSuppressFunc from Computed-only fields
This commit is contained in:
parent
3954276490
commit
cb2f224180
@ -76,14 +76,12 @@ func resourceRancherStack() *schema.Resource {
|
||||
Optional: true,
|
||||
},
|
||||
"rendered_docker_compose": {
|
||||
Type: schema.TypeString,
|
||||
Computed: true,
|
||||
DiffSuppressFunc: suppressComposeDiff,
|
||||
Type: schema.TypeString,
|
||||
Computed: true,
|
||||
},
|
||||
"rendered_rancher_compose": {
|
||||
Type: schema.TypeString,
|
||||
Computed: true,
|
||||
DiffSuppressFunc: suppressComposeDiff,
|
||||
Type: schema.TypeString,
|
||||
Computed: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user