Skip to content

Commit

Permalink
chore: v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Jun 20, 2024
1 parent b10b7f2 commit 62dbb32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BIN_OUT_DIR := out
BINARY := $(BIN_OUT_DIR)/terraform-provider-cala

version = 0.0.15
version = 0.0.16
os_arch = $(shell go env GOOS)_$(shell go env GOARCH)
provider_path = registry.terraform.io/galoymoney/cala/$(version)/$(os_arch)/

Expand Down
3 changes: 0 additions & 3 deletions docs/resources/account_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,4 @@ resource "cala_account_set" "set" {
### Optional

- `description` (String) Description of the account.

### Read-Only

- `normal_balance_type` (String) normalBalanceType
2 changes: 1 addition & 1 deletion examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ terraform {
required_providers {
cala = {
source = "registry.terraform.io/galoymoney/cala"
version = "0.0.15"
version = "0.0.16"
}
}
}

0 comments on commit 62dbb32

Please sign in to comment.