Nick Clark

Results 8 issues of Nick Clark

### Description The example provided in the npm docs is broken: https://www.npmjs.com/package/@cdktf/hcl2cdk. I got the simple inline example working like so. I'm unsure if this can be further simplified. ```typescript...

documentation
priority/backlog
feature/convert
size/small

Hey there legends! 👋 I'm trying to set `TF_LOG` using `tf.SetLog("TRACE")` and I am not getting any `TRACE` logging unless I also set the `TF_LOG_PATH`. Looking closer at the code,...

**Describe the bug** When running a plan, I encountered an NPR when refreshing a rule with the provider. **To Reproduce** Steps to reproduce the behavior: 1. TF configuration used ```...

bug

**Describe the resource you would like to have implemented.** I'd like to manage datafeeds using the provider: *create*: https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-put-datafeed.html. *update*: https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-datafeed.html *delete*: https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-delete-datafeed.html **Describe the solution you'd like** This will...

enhancement

**Describe the bug** Saved object import error messages are not displayed even though they are available in the API response. **To Reproduce** 1. Apply the following [savedsearch.tf](https://github.com/user-attachments/files/17122494/savedsearch.tf.txt) file. 2. The...

bug

**Describe the resource you would like to have implemented.** Cross cluster API keys: https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-cross-cluster-api-key.html#security-api-create-cross-cluster-api-key-request. These are not currently supported in the provider. **Describe the solution you'd like** Allow these keys...

enhancement

### Terraform CLI and Provider Versions ``` Terraform v1.13.5 on linux_arm64 + provider registry.terraform.io/hashicorp/local v2.6.1 Your version of Terraform is out of date! The latest version is 1.14.0. You can...

bug

**Is your feature request related to a problem? Please describe.** We are using the provider to manage alerting rules and it appears that only certain types of rules are supported....

enhancement