Skip to content

variable "multi_az_enabled" must have type boolean - not string #34

Closed
@disparo13

Description

@disparo13

What is the current behavior?
Just checked the variables.tf,

variable "multi_az_enabled" {
  type        = string
  description = "Specifies whether to enable Multi-AZ Support for the replication group. If true, `automatic_failover_enabled` must also be enabled. Defaults to false."
  default     = false
}

If its variables value assumed to be true or false - why type "string" then?

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Open the variables.tf and find the record

What is the expected behavior?
The variable has a correct type.

Software versions?
3.2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions