Skip to content

Commit

Permalink
Remove 'aws_emr_cluster.custom_ami_id' change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Oct 1, 2024
1 parent 3e94dd8 commit 1d486ec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/service/emr/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ func resourceCluster() *schema.Resource {
},
},
},
"custom_ami_id": {
Type: schema.TypeString,
ForceNew: true,
Optional: true,
ValidateFunc: validCustomAMIID,
},
"ebs_config": {
Type: schema.TypeSet,
Optional: true,
Expand Down

0 comments on commit 1d486ec

Please sign in to comment.