You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: origin.0.domain_name must not be empty, got
│
│ with module.cdn[0].aws_cloudfront_distribution.radix-cdn-cloudfront,
│ on modules/cdn/cloudfront.tf line 124, in resource "aws_cloudfront_distribution" "radix-cdn-cloudfront":
│ 124: resource "aws_cloudfront_distribution" "radix-cdn-cloudfront" {
Expected Behavior
Here the problem with the second origin, thus I expect index to be 1 instead of 0:
origin.1.domain_name must not be empty, got
Actual Behavior
TF reports that error is located at resource with index 0.
Steps to Reproduce
To resolve the issue apply the next changes to the second origin:
Terraform Version
Terraform Configuration Files
Debug Output
Expected Behavior
Here the problem with the second
origin
, thus I expect index to be 1 instead of 0:Actual Behavior
TF reports that error is located at resource with index 0.
Steps to Reproduce
To resolve the issue apply the next changes to the second
origin
:Additional Context
Also
got
looks weird. I expect it should beError: origin.1.domain_name must not be empty, got ""
. Otherwise it looks like unfinished sentence.References
No response
Generative AI / LLM assisted development?
No response
The text was updated successfully, but these errors were encountered: