terraform-provider-terracurl icon indicating copy to clipboard operation
terraform-provider-terracurl copied to clipboard

A flexible Terraform provider for making API calls

Results 30 terraform-provider-terracurl issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) from 1.2.0 to 1.3.1. Release notes Sourced from github.com/jarcoal/httpmock's releases. v1.3.1 Fix: BodyContainsBytes & BodyContainsString used with And/Or by @​maxatome in #146 thanks to @​Moon1706 for the report...

dependencies
go

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.0.0 to 4.4.0. Release notes Sourced from goreleaser/goreleaser-action's releases. v4.4.0 What's Changed chore(deps): bump semver from 7.5.0 to 7.5.1 by @​dependabot in goreleaser/goreleaser-action#417 feat: support oss nightlies...

dependencies
github_actions

It would be great to have pre-post condition that can run a command or a resource for those isolated vault environments.. it'll save me from having to use a null...

enhancement
help wanted

the API i am using can creates (POST) an object, the result of the creation is a UUID returned in a JSON response. The suppression of the same objet (DELETE)...

Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.14.1 to 0.16.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-docs's releases. v0.16.0 ENHANCEMENTS: generate: Prevent files and subdirectories in the rendered website directory that are not directly managed by...

dependencies
go

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.26.1 to 2.27.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.27.0 NOTES: helper/schema: Consumers directly referencing the Resource type Schema field should switch to the SchemaMap method to...

dependencies
go

Bumps [github.com/hashicorp/terraform-plugin-log](https://github.com/hashicorp/terraform-plugin-log) from 0.8.0 to 0.9.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-log's releases. v0.9.0 NOTES: This Go module has been updated to Go 1.19 per the Go support policy. Any consumers...

dependencies
go

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.4. Commits f97607b Create GitHub release when new release tag is pushed (#1354) 4c93d8f EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 4b2f4d2 add...

dependencies
go

Currently the only way to have async calls is to use a null_resource and a script. This works, but it doesn't track the state of the async call for purposes...

Hello, Does Terracurl support Digest Authentication? Thanks.