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

Support newly added template types - pulumi, k8s & workflow #425

Closed
eranelbaz opened this issue Jun 19, 2022 · 0 comments · Fixed by #428
Closed

Support newly added template types - pulumi, k8s & workflow #425

eranelbaz opened this issue Jun 19, 2022 · 0 comments · Fixed by #428
Assignees

Comments

@eranelbaz
Copy link
Member

eranelbaz commented Jun 19, 2022

When creating a template in env0 you can create

  • terraform
  • terragrunt
  • pulumi
  • k8s
  • complex

using the provider you can only create terraform or terragrunt.
please make the solution generic since we are going to add more and more template types in the future

  • that is also relevant for data env_template

for example

"type": {
Type: schema.TypeString,
Description: "'terraform' or 'terragrunt'",
Computed: true,
},

but we can query pulumi template using the provider

@eranelbaz eranelbaz assigned eranelbaz and TomerHeber and unassigned eranelbaz Jun 19, 2022
@eranelbaz eranelbaz added this to To do in Ongoing Issues via automation Jun 19, 2022
@avnerenv0 avnerenv0 changed the title Support newly added template types - pulumi, k8s Support newly added template types - pulumi, k8s & workflow Jun 23, 2022
@TomerHeber TomerHeber moved this from To do to In progress in Ongoing Issues Jun 23, 2022
Ongoing Issues automation moved this from In progress to Done Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants