-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ec_extension: fix extension_bundle example
- Loading branch information
Showing
6 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -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.