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
Copy file name to clipboardexpand all lines: action.yaml
+15-12
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ inputs:
104
104
description: 'The family of the DB parameter group. See https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraMySQL.Reference.html https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraPostgreSQL.Reference.html. Defaults set for Postges and MySQL.'
105
105
required: false
106
106
aws_aurora_iam_auth_enabled:
107
-
description: 'Toggles IAM Authentication. Defaults to true.'
107
+
description: 'Toggles IAM Authentication. Defaults to false.'
108
108
required: false
109
109
aws_aurora_iam_roles:
110
110
description: 'Define the ARN list of allowed roles.'
@@ -116,18 +116,21 @@ inputs:
116
116
aws_aurora_security_group_name:
117
117
description: 'Name of the security group to use for postgres. Defaults to SG for ${var.aws_resource_identifier} - Aurora'
118
118
required: false
119
-
aws_aurora_allowed_security_groups:
120
-
description: 'Extra names of the security groups to access Aurora.'
121
-
required: false
122
119
aws_aurora_ingress_allow_all:
123
120
description: 'Allow access from 0.0.0.0/0 in the same VPC. Defaults to true'
124
121
required: false
122
+
aws_aurora_allowed_security_groups:
123
+
description: 'Extra names of the security groups to access Aurora.'
124
+
required: false
125
125
aws_aurora_subnets:
126
126
description: 'The list of subnet ids to use for postgres.'
127
127
required: false
128
128
aws_aurora_database_port:
129
129
description: 'Database port. Defaults to 5432'
130
130
required: false
131
+
aws_aurora_db_publicly_accessible:
132
+
description: 'Make database publicly accessible. Defaults to false.'
133
+
required: false
131
134
# Backup & maint
132
135
aws_aurora_cloudwatch_enable:
133
136
description: 'Toggles cloudwatch. Defaults to true'
@@ -187,9 +190,6 @@ inputs:
187
190
aws_aurora_db_maintenance_window:
188
191
description: 'Maintenance window.'
189
192
required: false
190
-
aws_aurora_db_publicly_accessible:
191
-
description: 'Make database publicly accessible. Defaults to false.'
192
-
required: false
193
193
aws_aurora_additional_tags:
194
194
description: 'A JSON object of additional tags that will be included on created resources. Example: `{"key1": "value1", "key2": "value2"}`'
0 commit comments