Mikhail Zholobov
Mikhail Zholobov
Hi, terragrunt maintainers! Thank you very much for creating this tool, bringing "DRY" to terraform is a really handy thing! However, I got an issue when I switched my pure...
Fixes #6869 Changes proposed in this pull request: This changeset ensures that `primary_endpoint_address` and `configuration_endpoint_address` computed attribute will always be defined, so the resource interface becomes consistent regardless of the...
It would be great if `chef-dk` gem will include prepared Rake tasks allowing to run `chef update` / `chef push` for bunch of Policyfiles. Currently I use the following blocks...
It is actually possible to create a new CryptoKeyVersion using `google_kms_crypto_key_version` resource, and not only `google_kms_key_ring_import_job`. I suggest to update the documentation, so it does not confuse users. That change...
This Pull Request adds a new module `./modules/secret`, which allows to create individual secrets and their versions. The module is self-contained and could be used directly: ```hcl module "secret-manager" {...
Fixes https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/issues/73 ## Changes - Fixed the conditions for `auto / customer_managed_encryption` dynamic blocks, so the value of `kms_key_name` is properly passed to the resource `google_secret_manager_secret ` - Changed the...
The variable `automatic_replication` variable was added in https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/pull/31 and, according to the definition, it is supposed to pass the value of `kms_key_name` (if given) to the `google_secret_manager_secret` resource. However, that...
### Cookbook version 5.3.3 ### Chef-client version 13.6.4 ### Platform Details OS X 10.10 Yosemite ### Scenario: Converge a clean node with `omnibus::default` recipe. ### Steps to Reproduce: After the...
This PR adds a new variable to all beta-* modules allowing to enable Secret Manager add-on for GKE: - https://cloud.google.com/secret-manager/docs/secret-manager-managed-csi-component - https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#enabled
According to Kubernetes documentation and various k8s security guidelines, wildcards in resource and verb entries should be avoided: > [!WARNING] > Using wildcards in resource and verb entries could result...