Skip to content

Commit a69de1c

Browse files
Fix duplicate variable declarations for AWS IAM database authentication
- Remove duplicate database_passwordless_aws_use_iam variable - Remove duplicate database_passwordless_aws_region variable - Variables are now declared only once as intended
1 parent e3e43dd commit a69de1c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

modules/runtime_container_engine_config/variables.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,6 @@ variable "database_passwordless_aws_region" {
118118
description = "AWS region for IAM database authentication. Required when database_passwordless_aws_use_iam is true."
119119
}
120120

121-
variable "database_passwordless_aws_use_iam" {
122-
default = false
123-
type = bool
124-
description = "Whether or not to use AWS IAM authentication to connect to the PostgreSQL database. Defaults to false if no value is given."
125-
}
126-
127-
variable "database_passwordless_aws_region" {
128-
default = ""
129-
type = string
130-
description = "AWS region for IAM database authentication. Required when database_passwordless_aws_use_iam is true."
131-
}
132-
133121
variable "explorer_database_host" {
134122
type = string
135123
default = null

0 commit comments

Comments
 (0)