We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ca083 commit 8fd44ffCopy full SHA for 8fd44ff
internal/elasticsearch/security/api_key.go
@@ -92,16 +92,6 @@ func ResourceApiKey() *schema.Resource {
92
}
93
94
95
-type esVersion struct {
96
- Number string `json:"number"`
97
- BuildFlavor string `json:"build_flavor"`
98
-}
99
-
100
-type info struct {
101
- Version esVersion `json:"version"`
102
- Tagline string `json:"tagline"`
103
104
105
func resourceSecurityApiKeyCreate(ctx context.Context, d *schema.ResourceData, meta interface{}) diag.Diagnostics {
106
client, diags := clients.NewApiClientFromSDKResource(d, meta)
107
if diags.HasError() {
0 commit comments