Skip to content

Commit

Permalink
editing config file for late initializer
Browse files Browse the repository at this point in the history
Signed-off-by: sanhaKimVics <[email protected]>
  • Loading branch information
sanhaKimVics committed Jan 7, 2025
1 parent 81d246c commit 3ec51b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/emr/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ func Configure(p *config.Provider) {

r.LateInitializer = config.LateInitializer{
IgnoredFields: []string{
"masterInstanceFleet", // Cannot be specified with master_instance_group
"coreInstanceFleet", // Cannot be specified with core_instance_group
"configurationsJson", // Alternative to configurations
"master_instance_fleet", // Cannot be specified with master_instance_group
"core_instance_fleet", // Cannot be specified with core_instance_group
"configurations_json", // Alternative to configurations
},
}
})
Expand Down

0 comments on commit 3ec51b4

Please sign in to comment.