Skip to content

Commit

Permalink
Added allowlist id attribute for api keys
Browse files Browse the repository at this point in the history
  • Loading branch information
bansal01yash committed Jan 15, 2025
1 parent cf43d9d commit 5fd2840
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 81 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
module github.com/yugabyte/terraform-provider-ybm

go 1.19
go 1.22.7

toolchain go1.23.1

require (
github.com/golang/mock v1.6.0
github.com/hashicorp/terraform-plugin-framework v0.10.0
github.com/hashicorp/terraform-plugin-framework-validators v0.4.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/sethvargo/go-retry v0.2.3
github.com/yugabyte/yugabytedb-managed-go-client-internal v0.0.0-20241121131757-c39c1074998a
github.com/yugabyte/yugabytedb-managed-go-client-internal v0.0.0-20250111091824-e051c979c3dd
)

require (
Expand Down
Loading

0 comments on commit 5fd2840

Please sign in to comment.