mirror of
https://github.com/wahyd4/terraform-provider-confluentcloud.git
synced 2026-08-09 04:25:51 +10:00
9 lines
206 B
AMPL
9 lines
206 B
AMPL
module github.com/Mongey/terraform-provider-confluent-cloud
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/cgroschupp/go-client-confluent-cloud v0.0.0-20200122085348-d9bc153ee7b7
|
|
github.com/hashicorp/terraform v0.12.1
|
|
)
|