-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade to sdk 2 Signed-off-by: disaster37 <[email protected]> * Fix bad import Signed-off-by: disaster37 <[email protected]> * Fix test on provider Signed-off-by: disaster37 <[email protected]> * try to fix kibana_role Signed-off-by: disaster37 <[email protected]> * Try to fix test Signed-off-by: disaster37 <[email protected]> * Try to fix Signed-off-by: disaster37 <[email protected]> * try fix Signed-off-by: disaster37 <[email protected]> * try fix Signed-off-by: disaster37 <[email protected]> * try to display logs Signed-off-by: disaster37 <[email protected]> * try to add trace Signed-off-by: disaster37 <[email protected]> * Try to display trace Signed-off-by: disaster37 <[email protected]> * fix Signed-off-by: disaster37 <[email protected]> * add trace Signed-off-by: disaster37 <[email protected]> * try fix Signed-off-by: disaster37 <[email protected]> * Try to fix Signed-off-by: disaster37 <[email protected]> * Fix error Signed-off-by: disaster37 <[email protected]> * Fix schema set for kibana_role Signed-off-by: disaster37 <[email protected]> * try to fix Signed-off-by: disaster37 <[email protected]> * fix Signed-off-by: disaster37 <[email protected]> * fix Signed-off-by: disaster37 <[email protected]> * fix Signed-off-by: disaster37 <[email protected]> * fix Signed-off-by: disaster37 <[email protected]> * fix Signed-off-by: disaster37 <[email protected]> * fix Signed-off-by: disaster37 <[email protected]> * fix Signed-off-by: disaster37 <[email protected]> * Fix test Signed-off-by: disaster37 <[email protected]> * fix test Signed-off-by: disaster37 <[email protected]> * fix Signed-off-by: disaster37 <[email protected]> * fix path Signed-off-by: disaster37 <[email protected]> * test Signed-off-by: disaster37 <[email protected]> * test Signed-off-by: disaster37 <[email protected]> * test Signed-off-by: disaster37 <[email protected]> * test Signed-off-by: disaster37 <[email protected]> * test Signed-off-by: disaster37 <[email protected]> * test Signed-off-by: disaster37 <[email protected]> * Fix Signed-off-by: disaster37 <[email protected]>
- Loading branch information
1 parent
67008d2
commit bc90521
Showing
21 changed files
with
720 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ | |
|
||
dist/ | ||
|
||
coverage.txt | ||
coverage.txt | ||
terraform-provider-kibana |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
module github.com/disaster37/terraform-provider-kibana/v7 | ||
|
||
go 1.12 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/disaster37/go-kibana-rest/v7 v7.5.1-2 | ||
github.com/hashicorp/terraform-plugin-sdk v1.7.0 | ||
github.com/mitchellh/gox v1.0.1 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0 | ||
github.com/pkg/errors v0.9.1 | ||
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect | ||
golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.