Results 14 issues of Kashif Saadat

Sometimes when creating a Configuration resource, the module it is pointing to may be invalid for whatever reason causing the plan to fail. If you then attempt to delete the...

Current Resource Statuses: - InSync: The status when the configuration is in sync - OutOfSync: The status when the configuration is out of sync - Deleting: The status when the...

enhancement

Currently a Configuration resource has a provider defined as follows: ```yml apiVersion: terraform.appvia.io/v1alpha1 kind: Configuration metadata: name: spec: module: providerRef: name: ``` This has two limitations: 1. Only one provider...

enhancement

Currently you can specify valueFrom to retrieve variables from Kubernetes Secrets, as follows: ```yaml spec: valueFrom: - secret: db-details key: database-password ``` This translates to the following Terranetes Configuration Spec:...

enhancement