Skip to content

Set Terraform version requirement

Tim Ehlers requested to merge tehlers/0_13_x into working_improvements

Error: Reserved argument name in module block

  on postgres-rds.tf line 47, in module "pg-replica":
  47:   count  = var.postgres_backend == "rds" ? 1 : 0

The name "count" is reserved for use in a future version of Terraform.

if i understand the docs correctly this is a 0.13.0 feature.

Merge request reports