sparse-intern-71089
06/16/2021, 5:03 PMadamant-translator-31969
06/16/2021, 5:04 PMadamant-translator-31969
06/16/2021, 7:56 PMconst instanceCluster = new aws.rds.Cluster('rds-component', Args.cluster, opts)
, the opts has the value ignoreChanges:['availabilitZones', ' ']
, second value in the array ignoreChanges is empty. When I deleted it , program works correctly