Skip to content

Commit

Permalink
update computed field naming and removal of internal/flatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed Jul 29, 2020
1 parent a031363 commit d452680
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 374 deletions.
2 changes: 1 addition & 1 deletion aws/cloudfront_distribution_configuration_structure.go
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ func flattenCloudfrontActiveTrustedSigners(ats *cloudfront.ActiveTrustedSigners)

m := map[string]interface{}{
"enabled": aws.BoolValue(ats.Enabled),
"signers": flattenCloudfrontSigners(ats.Items),
"items": flattenCloudfrontSigners(ats.Items),
}

return []interface{}{m}
Expand Down
3 changes: 0 additions & 3 deletions aws/internal/flatmap/README.md

This file was deleted.

71 changes: 0 additions & 71 deletions aws/internal/flatmap/flatten.go

This file was deleted.

88 changes: 0 additions & 88 deletions aws/internal/flatmap/flatten_test.go

This file was deleted.

82 changes: 0 additions & 82 deletions aws/internal/flatmap/map.go

This file was deleted.

120 changes: 0 additions & 120 deletions aws/internal/flatmap/map_test.go

This file was deleted.

Loading

0 comments on commit d452680

Please sign in to comment.