Skip to content

Commit

Permalink
add v1beta1 lateInit
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Borrelli <[email protected]>
  • Loading branch information
stevendborrelli authored and turkenf committed Dec 17, 2024
1 parent fde991a commit 4a5e219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions apis/ec2/v1beta1/zz_vpcendpoint_terraformed.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions config/ec2/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ func Configure(p *config.Provider) { //nolint:gocyclo
// aws_vpc_endpoint_route_table_association
// aws_vpc_endpoint_security_group_association
r.LateInitializer = config.LateInitializer{
// NOTE(muvaf): Conflicts with AvailabilityZone. See the following
// for more details: https://github.com/crossplane/upjet/issues/107
// Conflicts with VPCEndpointSubnetAssociation
IgnoredFields: []string{
"subnet_configuration",
},
Expand Down

0 comments on commit 4a5e219

Please sign in to comment.