File tree 1 file changed +0
-2
lines changed
koku/reporting/provider/aws
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -204,13 +204,11 @@ class Meta:
204
204
usage_end = models .DateField (null = True )
205
205
cost_entry_bill = models .ForeignKey ("AWSCostEntryBill" , on_delete = models .CASCADE , null = True )
206
206
account_alias = models .ForeignKey ("AWSAccountAlias" , on_delete = models .PROTECT , null = True )
207
- organizational_unit = models .ForeignKey ("AWSOrganizationalUnit" , on_delete = models .SET_NULL , null = True )
208
207
usage_account_id = models .CharField (max_length = 50 , null = False )
209
208
resource_id = models .CharField (max_length = 256 , null = False )
210
209
instance_name = models .CharField (max_length = 256 , null = True )
211
210
instance_type = models .CharField (max_length = 50 , null = True )
212
211
operating_system = models .CharField (max_length = 50 , null = True )
213
- availability_zone = models .CharField (max_length = 50 , null = True )
214
212
region = models .CharField (max_length = 50 , null = True )
215
213
vcpu = models .IntegerField (null = True )
216
214
memory = models .CharField (max_length = 50 , null = True )
You can’t perform that action at this time.
0 commit comments