Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ec_deployment_extension: Add new resource #102

Closed
marclop opened this issue Sep 28, 2020 · 0 comments · Fixed by #225
Closed

ec_deployment_extension: Add new resource #102

marclop opened this issue Sep 28, 2020 · 0 comments · Fixed by #225
Labels
new-resource New resource requests
Milestone

Comments

@marclop
Copy link
Contributor

marclop commented Sep 28, 2020

Overview

Add a new ec_deployment_extension which allows users to upload and manage custom extensions.

Possible Implementation

resource "ec_deployment_extension" "name" {
    name = "name"
    file = "path"
   
}
@marclop marclop added Team:Delivery new-resource New resource requests labels Sep 28, 2020
@marclop marclop added this to the v0.1.0 milestone Sep 29, 2020
@marclop marclop modified the milestones: v0.1.0, v0.2.0 Oct 7, 2020
snowhork pushed a commit to snowhork/terraform-provider-ec that referenced this issue Dec 25, 2020
implement ec_extension resource and make example

Closes elastic#102
snowhork pushed a commit to snowhork/terraform-provider-ec that referenced this issue Dec 25, 2020
implement ec_extension resource and make example

Closes elastic#102
snowhork added a commit to snowhork/terraform-provider-ec that referenced this issue Dec 25, 2020
implement ec_extension resource and make example

Closes elastic#102
@marclop marclop modified the milestones: v0.2.0, v0.1.0 Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-resource New resource requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant