Skip to content

Conversation

biscout42
Copy link
Contributor

@biscout42 biscout42 commented Oct 4, 2024

due-to elastic/kibana#194901

Tested local with Elastic cloud via copying binaries to

~/.terraform.d/plugins/local/elastic/elasticstack/0.11.8/darwin_arm64/terraform-provider-elasticstack

and using

terraform {
  required_version = ">= 1.0.0"

  required_providers {
    ec = {
      source = "elastic/ec"
    }
    elasticstack = {
      source  = "local/elastic/elasticstack"
      version = "0.11.8"
    }
  }
}

@biscout42 biscout42 marked this pull request as ready for review October 4, 2024 07:20
@biscout42 biscout42 merged commit 5f43a67 into elastic:main Oct 4, 2024
20 checks passed
kjwardy pushed a commit to kjwardy/terraform-provider-elasticstack that referenced this pull request Oct 4, 2024
kjwardy pushed a commit to kjwardy/terraform-provider-elasticstack that referenced this pull request Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants