kapicorp / kapitan

Generic templated configuration management for Kubernetes, Terraform and other things
https://kapitan.dev
Apache License 2.0
1.8k stars 197 forks source link

Terraform example projects are missing rendered kubernetes.tf.json after compilation #278

Closed sclausson closed 5 years ago

sclausson commented 5 years ago

kubernetes.tf.json not rendered for terraform example projects examples/terraform/compiled/project2/terraform and examples/terraform/compiled/project3/terraform are missing kubernetes.tf.json

To Reproduce Steps to reproduce the behavior:

  1. cd examples/terraform
  2. kapitan compile

Expected result

$ tree compiled/project2
compiled/project2
├── scripts
│   └── terraform.sh
└── terraform
    ├── kubernetes.tf.json
    ├── output.tf.json
    └── provider.tf.json

Actual result

$ tree compiled/project2
compiled/project2
├── scripts
│   └── terraform.sh
└── terraform
    ├── output.tf.json
    └── provider.tf.json
uberspot commented 5 years ago

Closing as fixed :+1: