Lee Hull
Lee Hull
Here is the command I'm using docker::registry { 'https://index.docker.io/v1': username => 'myuser', password => 'mypassword', } I am getting the following error "Notice: /Stage[main]/Main/Node[default]/Docker::Registry[https://index.docker.io/v1]/Exec[https://index.docker.io/v1 auth]/returns: Error: Cannot perform an interactive...
### Terraform Core Version 1.3.2 ### AWS Provider Version 4.35.0 ### Affected Resource(s) ``` resource "aws_acm_certificate" "main" { domain_name = var.acm_certificate_subdomain_name != null ? "${var.acm_certificate_subdomain_name}.${var.route53_hosted_zone}" : var.route53_hosted_zone validation_method = "DNS"...
When it comes to SecurityContext in deployment.yaml We want to ensure the runAsUser for example is at least 10000, we were hoping to set our unit tests to ``` -...
We want to be able to use the same step template across spaces and we'd like to be able to manage this through terraform, we can currently do this with...