Chanho Yong
Chanho Yong
### Description Currently data soruce `aws_acm_certificate` doesn't provide `validation_options` attributes which include validation record type and name. Only `aws_acm_certificate` resource provides `validation_options` ([ref](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acm_certificate#validation_option)) for now. In my case certificate validation...
### Description I wanted to use domain_validation_options in aws_acm_certificate data source to create dns validation records by fetching remote aws_acm_certificate data. But currently aws_acm_certificate data sources doesn't expose related attributes,...
In [this PR](https://github.com/cockroachdb/helm-charts/pull/62) (also related to [this one](https://github.com/cockroachdb/helm-charts/pull/61)), an initContainer was added to the StatefulSet to copy mounted certificate secrets to an empty directory with a permission mode of 0400...