Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
feat: k8s resource
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Cyvoct <pcyvoct@scaleway.com>
  • Loading branch information
Sh4d1 committed Oct 2, 2019
1 parent 927d3d3 commit d8258ba
Show file tree
Hide file tree
Showing 5 changed files with 922 additions and 3 deletions.
11 changes: 8 additions & 3 deletions go.mod
@@ -1,13 +1,18 @@
module github.com/terraform-providers/terraform-provider-scaleway

require (
github.com/aws/aws-sdk-go v1.22.0
github.com/apache/thrift v0.12.0 // indirect
github.com/aws/aws-sdk-go v1.25.3
github.com/hashicorp/go-retryablehttp v0.5.2
github.com/hashicorp/terraform v0.12.8
github.com/hashicorp/terraform v0.12.9
github.com/mitchellh/go-homedir v1.1.0
github.com/nicolai86/scaleway-sdk v0.0.0-20181024210327-b20018e944c4
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.3
github.com/openzipkin/zipkin-go v0.1.6 // indirect
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.3.0.20191001144154-3345f37979fe
github.com/stretchr/testify v1.3.0
golang.org/x/build v0.0.0-20190111050920-041ab4dc3f9d // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c // indirect
gopkg.in/yaml.v2 v2.2.2
)

0 comments on commit d8258ba

Please sign in to comment.