shalb / cluster.dev

Cloud-native infrastructure templating. Creating cloud installers for SaaS. Replication of complex cloud-native infrastructures.
https://docs.cluster.dev/
GNU Affero General Public License v3.0
401 stars 36 forks source link

Plan is not show diff for files created by 'create_files' options in terraform modules. #191

Closed romanprog closed 10 months ago

romanprog commented 1 year ago

Plan is not show diff for files created by 'create_files' options in terraform modules.

Problem:

Cluster.dev Version: v0.7.14

Cluster.dev Config:

  - name: eks
    type: tfmodule
    providers:
    create_files:
    - file: ./kubernetes_provider.tf
      mode: 0644
      content: |
{{ readFile "./files/kube_provider.tf" | indent 8 }}
romanprog commented 10 months ago

https://github.com/shalb/cluster.dev/pull/245