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
$ terraform -version
Terraform v0.12.29
###
terraform init
terraform plan
Error: Inconsistent conditional result types
on ../../modules/vpc-endpoints/main.tf line 2, in locals:
2: endpoints = var.create ? var.endpoints : tomap({})
|----------------
| var.create is true
| var.endpoints is object with 14 attributes
The true and false result expressions must have consistent types. The given
expressions are object and map of dynamic, respectively.
marcohenriques, danvaida, ntno, ejimz, madrobs and 2 more