John Robison
John Robison
* terrascan version: ``` $ terrascan version version: v1.13.0 ``` * Operating System: OSX ### Description I expect rule `AWS.LaunchConfiguration.DataSecurity.High.0101 / AC_AWS_0095` to run, but it doesn't run. ### What...
**Is your feature request related to a problem? Please describe.** Custom checks should enforce the user's desired policy, but only if that policy is possible in the context of the...
Terraform configuration files are most commonly done in HCL and with a `*.tf` extension, but they also support JSON in [0.12](https://www.terraform.io/docs/configuration/syntax-json.html) and [0.11](https://www.terraform.io/docs/configuration-0-11/index.html). It looks to me like `tfenv install...
- Terraform itself supports `.tf.json` files, so tfupdate should support them as well. Currently it seems that it does not. ``` $ cat main.tf terraform { required_version = "0.13.5" }...
Terraform 0.14 and higher uses `.terraform.lock.hcl` files with a hash of each provider/platform to be used. It would be nice if tfupdate was able to auto-update these lock files when...
**Provider Version** ``` $ terraform --version Terraform v1.2.0 on darwin_arm64 + provider registry.terraform.io/aidanmelen/snowsql v0.3.0 + provider registry.terraform.io/chanzuckerberg/snowflake v0.25.36 ``` **Describe the bug** snowflake_resource_monitor is missing the notify_users attribute. https://docs.snowflake.com/en/sql-reference/sql/create-resource-monitor.html#optional-parameters **Expected...
**Provider Version** `0.25.36` **Terraform Version** `1.2.0` **Describe the bug** The `private_key` authentication attribute, when set explicitly as part of a `provider "snowflake {...}` config, conflicts with the `SNOWFLAKE_PASSWORD` environment variable....
**Provider Version** ``` $ terraform version Terraform v0.13.5 + provider registry.terraform.io/chanzuckerberg/snowflake v0.25.24 ``` **Describe the bug** `snowflake_stage` is not idempotent. If it does not exist in Snowflake and it does...
**Provider Version** ``` $ terraform version Terraform v0.14.11 + provider registry.terraform.io/chanzuckerberg/snowflake v0.25.36 ``` **Describe the bug** When you create a `snowflake_view_grant` resource with a share, you'll get a perpetual diff...
**Provider Version** ``` $ terraform version Terraform v0.14.11 + provider registry.terraform.io/chanzuckerberg/snowflake v0.25.24 ``` **Terraform Version** ``` $ terraform version Terraform v0.14.11 + provider registry.terraform.io/chanzuckerberg/snowflake v0.25.24 ``` **Describe the bug** `snowflake_schema`...