Skip to content

Commit

Permalink
ec_extension: fix extension_bundle example
Browse files Browse the repository at this point in the history
  • Loading branch information
snowhork committed Jan 5, 2021
1 parent 89f1147 commit a55feb8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
12 changes: 0 additions & 12 deletions examples/extension/README.md

This file was deleted.

15 changes: 15 additions & 0 deletions examples/extension_bundle/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Extension Bundle example

This example shows how to create an Elastic Cloud bundle extension using Terraform.

The bundle extension is created with `files/content.json` uploaded.

See https://www.elastic.co/guide/en/cloud/current/ec-custom-bundles.html#ec-add-your-plugin for details.

## Running the example

To run the example, follow these steps:

1. Build the provider by running `make install` from the main folder.
2. Run `terrafrom init` to initialize your Terraform CLI.
3. Run `terraform apply` to see how it works.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a55feb8

Please sign in to comment.