Hey guys, I’m having the following error when tryi...
# dev-metaflow
c
Hey guys, I’m having the following error when trying to configure the metaflow ui module using `terraform-aws-metaflow`: (the
ui_certificate_arn
is being corrrectly passed, it’s not empty)
issue found
a
@clean-wire-89462 sorry for the late response. what was the issue?
c
hey @ancient-application-36103, on our side, the
ui_certificate_arn
is created using terraform, it’s not a static string. Thus, that resource needs to be applied before the terraform plan. Otherwise, it will fail in that line above since the
count
cannot know the value of
ui_certificate_arn
and, thus, the number of instances required