Skip to content

Commit

Permalink
Fixes diff on refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Dec 2, 2024
1 parent f04e575 commit c136453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/eks/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ func resourceCluster() *schema.Resource {
"elastic_load_balancing": {
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit c136453

Please sign in to comment.