Skip to content

Releases: formalco/terraform-provider-formal

v4.12.13

24 Dec 19:03
0e6c3f2

Choose a tag to compare

TF provider v4.12.13

v4.12.12

23 Dec 02:13
d53dcfd

Choose a tag to compare

Terraform v4.12.12

v4.12.11

10 Dec 02:03
9da260a

Choose a tag to compare

Release TF provider v4.12.11

v4.12.10

07 Dec 03:14
072e0a7

Choose a tag to compare

Bump github.com/hashicorp/terraform-plugin-log from 0.9.0 to 0.10.0 (…

v4.12.9

03 Dec 03:46
fb0063c

Choose a tag to compare

Release Terraform provider v4.12.9

v4.12.8

21 Oct 00:26
8e587b2

Choose a tag to compare

TEAMENG-0: update example connector versions properly (#627)

v4.12.7

20 Oct 19:18
763e7be

Choose a tag to compare

Output s3 option in cloud integration (#625)

Co-authored-by: ramnes <[email protected]>

v4.12.6

16 Oct 23:05
b6d7c6f

Choose a tag to compare

Fix Formal Integration Mdm Error  (#623)

Input Resource:
```
resource "formal_integration_mdm" "dhylan_tf_test_mdm_basic" {
  name = "dhylan-tf-test-mdm-basic"

  kandji {
    api_key = "sdfdsdssd"
    api_url = "https://your-org.api.kandji.io"
  }
}
```
Error:
```
github.com/formalco/terraform-provider-formal/formal/resources.resourceIntegrationMDMCreate({0x10655d148, 0x1400065a5b0}, 0x1400065e360, {0x105f416a0, 0x1400034a038})
        github.com/formalco/terraform-provider-formal/formal/resources/resource_integration_mdm.go:79 +0x42c
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).create(0x14000021000, {0x10655d0a0, 0x1400064ca80}, 0x1400065e360, {0x105f416a0, 0x1400034a038})
        github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:849 +0xe4
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).Apply(0x14000021000, {0x10655d0a0, 0x1400064ca80}, 0x14000676680, 0x1400065e240, {0x105f416a0, 0x1400034a038})
        github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:980 +0x8e8
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*GRPCProviderServer).ApplyResourceChange(0x140004f5e48, {0x10655d0a0?, 0x1400064c9c0?}, 0x14000654140)
        github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:1499 +0xd48
github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(*server).ApplyResourceChange(0x1400042a6e0, {0x10655d0a0?, 0x1400064c1b0?}, 0x14000664080)
        github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:944 +0x294
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_ApplyResourceChange_Handler({0x106484020, 0x1400042a6e0}, {0x10655d0a0, 0x1400064c1b0}, 0x14000664000, 0x0)
        github.com/hashicorp/[email protected]/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:789 +0x1c0
google.golang.org/grpc.(*Server).processUnaryRPC(0x140001aca00, {0x10655d0a0, 0x1400064c120}, 0x14000590120, 0x1400022de90, 0x107865cc8, 0x0)
        google.golang.org/[email protected]/server.go:1431 +0xc9c
google.golang.org/grpc.(*Server).handleStream(0x140001aca00, {0x10655d898, 0x140000e6000}, 0x14000590120)
        google.golang.org/[email protected]/server.go:1842 +0x900
google.golang.org/grpc.(*Server).serveStreams.func2.1()
        google.golang.org/[email protected]/server.go:1061 +0x84
created by google.golang.org/grpc.(*Server).serveStreams.func2 in goroutine 39
        google.golang.org/[email protected]/server.go:1072 +0x138

Error: The terraform-provider-formal_v4.12.5 plugin crashed!
```

v4.12.5

16 Oct 20:59
6fd0484

Choose a tag to compare

TEAMENG-1209: make decryptor uri optional for encryption keys (#622)

v4.12.4

16 Oct 17:58
07bf5a0

Choose a tag to compare

Set Correct version for example policy terraform (#620)