Skip to content

Commit

Permalink
Removed the status from properties to avoid confusing the logic
Browse files Browse the repository at this point in the history
  • Loading branch information
sas-pemcne committed Dec 15, 2021
1 parent e655b18 commit 71d1205
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/ec2-network-interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func (r *EC2NetworkInterface) Properties() types.Properties {
Set("VPC", r.eni.VpcId).
Set("AvailabilityZone", r.eni.AvailabilityZone).
Set("PrivateIPAddress", r.eni.PrivateIpAddress).
Set("SubnetID", r.eni.SubnetId).
Set("Status", r.eni.Status)
Set("SubnetID", r.eni.SubnetId)
return properties
}

0 comments on commit 71d1205

Please sign in to comment.