Ethan Edwards
Ethan Edwards
Option to prevent leaking sensitive arguments to output (or cluttering output with long arguments)
I noticed that when using the "d" formatter combined with `When run script foo bar baz`, the arguments are printed in the output Given a test case that fails: ```...
This is a request to add support for mTLS auth to the teamcity vault plugin. Ideally, rather than providing an AppRole, I would like to use a pkey to be...
### Terraform Version ```shell > terraform version Terraform v1.14.0 on darwin_arm64 ``` ### Use Cases Currently, `terraform test` supports assertions for failure conditions using `expect_failures`. However, as indicated by the...
### Terraform Version ```shell > terraform version Terraform v1.14.0 on darwin_arm64 ``` ### Terraform Configuration Files command: `terraform init` directory structure: ``` tests/modules/foo/main.tf tests/subdir/test_foo.tftest.hcl ``` `tests/modules/foo/main.tf`: ```hcl resource "time_sleep" "wait_5_seconds"...
**Describe the bug** I'm running integration tests using `terraform test` and I have multiple projects running their tests simultaneously against an artifactory instance. I suspect that I'm hitting rate limiting...
**Describe the bug** This example is slightly contrived, but I was using a random string generator for integration tests against artifactory repo creation and discovered that the provider doesn't validate...