Skip to content

Commit

Permalink
Merge pull request #18 from GaloyMoney/chore--remove-balance-sheet
Browse files Browse the repository at this point in the history
chore: remove balance sheet
  • Loading branch information
bodymindarts committed Aug 6, 2024
2 parents 2926c1a + 84f3a2b commit f5d9d2c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,127 deletions.
105 changes: 0 additions & 105 deletions cala/graphql/balance_sheet.graphql

This file was deleted.

51 changes: 0 additions & 51 deletions docs/resources/balance_sheet.md

This file was deleted.

4 changes: 0 additions & 4 deletions examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ module "account_set_member_account_set" {
source = "./resources/cala_account_set_member_account_set"
}

module "balance_sheet" {
source = "./resources/cala_balance_sheet"
}

module "bitfinex_integration" {
source = "./resources/cala_bitfinex_integration"
}
Expand Down
11 changes: 0 additions & 11 deletions examples/resources/cala_balance_sheet/required_providers.tf

This file was deleted.

10 changes: 0 additions & 10 deletions examples/resources/cala_balance_sheet/resource.tf

This file was deleted.

725 changes: 0 additions & 725 deletions provider/generated.go

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ func (p *CalaProvider) Resources(ctx context.Context) []func() resource.Resource
NewAccountSetMemberAccountResource,
NewAccountSetMemberAccountSetResource,
NewBitfinexIntegrationResource,
NewBalanceSheetResource,
}
}

Expand Down
Loading

0 comments on commit f5d9d2c

Please sign in to comment.