William Yardley

Results 55 issues of William Yardley

* terrascan version: 1.14.0 * Operating System: OS X ### Description Using the >=4.0 AWS provider, bucket encryption / versioning is now specified like so: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-4-upgrade#s3-bucket-refactor With a config like...

## Description It would be nice to have a way to locally generate the entire changelog up to the most recent release, e.g., via `semantic-release changelog --regenerate` or `semantic-release changelog...

feature
help-wanted

## Meta: **CircleCI CLI Version:** `0.1.18556+7c05b67 (homebrew)` **Operating System:** Mac OS X **CircleCI CLI Diagnostic:** ``` diag ``` --- ## Current behavior: If you run `circleci config validate .cir` or...

bug

Would it be possible to add support for importing cloud build triggers? Semi-related - didn't see an open issue about using magic modules to generate these types - would it...

Stale

``` % tf validate Success! The configuration is valid. % ``` Just creating as a placeholder, to see if I can get some review on #28461 Totally fine if you...

bug
new

Fixes #28996 Remove extra newline from validate ouput, e.g., ``` % tf validate Success! The configuration is valid. % ``` vs ``` % tf validate Success! The configuration is valid....

enhancement
cli

### Current Terraform Version ``` 1.2.6 ``` ### Use-cases We use Renovate to pin versions of basically everything, and we `.gitignore` lockfiles. However, the Terraform feature to create / use...

enhancement
new

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...

bug
help wanted

# Describe the problem I've got a situation where `workloadMetadataConfig.mode` is set to `GKE_METADATA`, and yet the `workload_meta_config.mode` matcher seesm to be nil. This is using a slightly older version...

I'm getting the following as permadrift with https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/modules/beta-private-cluster and Google provider v3.88.0: ```diff ~ resource "google_container_node_pool" "pools" { […]    ~ node_config { […]      ~ workload_metadata_config {        - mode     = "GKE_METADATA"...

bug
triaged
P1