Skip to content

stevewritescode/terraform-provider-elastic-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This project was migrated to https://github.com/tsouza/terraform-provider-elasticstack. Thanks!

Terraform Provider for Elastic Stack

Development

  1. Install go 1.16
  2. Clone the repo
  3. Run make install

In your terraform file, use the provider by adding a required_providers block like

terraform {

  required_providers {
    elastic-stack = {
      source  = "github.com/stevewritescode/elastic-stack"
    }
  }
}

About

Terraform provider for the Elastic Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published