Closed Dohbedoh closed 8 months ago
Actually the full definition would be like
module "eks_blueprints_addon_cbci" {
source = "cloudbees/cloudbees-ci-eks-addon/aws"
version = "~> 3.16720.0"
hosted_zone = "example.domain.com"
cert_arn = "arn:aws:acm:us-east-1:0000000:certificate/0000000-aaaa-bbb-ccc-thisIsAnExample"
trial_license = {
first_name = "Foo"
last_name = "Bar"
email = "foo.bar@acme.com"
company = "Acme Inc."
}
}
Description
The current documented simple example shows the variable
hostname
andtemp_license
:But the variable names are actually
hosted_zone
andtrial_license
.