Skip to content

Commit

Permalink
Change CIDR annotation from upbound to kubeform (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: rasel <[email protected]>
  • Loading branch information
Superm4n97 authored Jul 5, 2023
1 parent 71e3f6c commit f39692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/firewall/crossplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
const (
FirstPort = "0"
LastPort = "65535"
CidrAnnotation = "aws.upbound.io/peer-vpc-cidr"
CidrAnnotation = "aws.kubeform.com/peer-vpc-cidr"
)

type RouteInfo struct {
Expand Down

0 comments on commit f39692b

Please sign in to comment.