We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data davinci_connection http { environment_id = <abc-123> name = "Http" }
Since P1DV disallows duplicate connection names, datasource davinci_connection should accept connection_id OR connection_name
The text was updated successfully, but these errors were encountered:
V0.0.9 (#48)
c53464e
* closes: - issue #29 - issue #30 - issue #32 - issue #33 - issue #35 - issue #40 - issue #45 - issue #47 * Bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * closes issue #30 and issue #32 * Bump github.com/golangci/golangci-lint from 1.50.1 to 1.51.1 Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.50.1 to 1.51.1. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.50.1...v1.51.1) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * stashing work before tests * closes: - issue 32 - issue 33 - issue 40 - issue 45 - issue 47 * changelog for issue 29 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No branches or pull requests
Affected Resource(s)
Desired Terraform Configuration Files
Expected Behavior
Since P1DV disallows duplicate connection names, datasource davinci_connection should accept connection_id OR connection_name
The text was updated successfully, but these errors were encountered: