Michal Jankowski
Michal Jankowski
## Description It appears the main module is not exposing `domain_name` variable which the external-dns expects in its data filter for the zone. Please see relevant code: https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/v4.8.0/modules/kubernetes-addons/external-dns/data.tf#L1-L5 https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/v4.8.0/modules/kubernetes-addons/external-dns/variables.tf#L18-L21 https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/modules/kubernetes-addons/variables.tf#L275-L304...
Please consider the following scenario: CFT.parameters.add(Parameter('AWS_EC2_Instance-Volume1', 'CommaDelimitedList', {'Default': options['AWS_EC2_Instance-Volume1']})) CFT.conditions.add(Condition('AWS_EC2_Instance-Volume1UsesIops', c_and(c_ref('AWS_EC2_Instance-NeedsVolume1'), c_equals(select('1', ref('AWS_EC2_Instance-Volume1')), 'io1')))) The YAML: AWS_EC2_Instance-Volume1: 0, standard, none, none, 0 The error I end up with is: raise...
Hello, There seem to be no way to provision multiple public subnets. This functionality is useful for many use cases, having security (firewall) subnets being one of them. The public...