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
* Remove cluster_security_groups attribute, as the aws_redshift_security_group resource has been removed, following the retirement of EC2-Classic.
* fix: Update AWS provider version, ensure example is working as intended
---------
Co-authored-by: Bryant Biggs <[email protected]>
| <aname="input_authentication_profiles"></a> [authentication\_profiles](#input\_authentication\_profiles)| Map of authentication profiles to create |`any`|`{}`| no |
227
225
| <aname="input_automated_snapshot_retention_period"></a> [automated\_snapshot\_retention\_period](#input\_automated\_snapshot\_retention\_period)| The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with create-cluster-snapshot. Default is 1 |`number`|`null`| no |
228
226
| <aname="input_availability_zone"></a> [availability\_zone](#input\_availability\_zone)| The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. Can only be changed if `availability_zone_relocation_enabled` is `true`|`string`|`null`| no |
229
-
| <aname="input_availability_zone_relocation_enabled"></a> [availability\_zone\_relocation\_enabled](#input\_availability\_zone\_relocation\_enabled)| If `true`, the cluster can be relocated to another availabity zone, either automatically by AWS or when requested. Default is `false`. Available for use on clusters from the RA3 instance family |`bool`|`null`| no |
227
+
| <aname="input_availability_zone_relocation_enabled"></a> [availability\_zone\_relocation\_enabled](#input\_availability\_zone\_relocation\_enabled)| If `true`, the cluster can be relocated to another availability zone, either automatically by AWS or when requested. Default is `false`. Available for use on clusters from the RA3 instance family |`bool`|`null`| no |
230
228
| <aname="input_cluster_identifier"></a> [cluster\_identifier](#input\_cluster\_identifier)| The Cluster Identifier. Must be a lower case string |`string`|`""`| no |
231
229
| <aname="input_cluster_timeouts"></a> [cluster\_timeouts](#input\_cluster\_timeouts)| Create, update, and delete timeout configurations for the cluster |`map(string)`|`{}`| no |
232
230
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| The version of the Amazon Redshift engine software that you want to deploy on the cluster. The version selected runs on all the nodes in the cluster |`string`|`null`| no |
@@ -272,7 +270,7 @@ No modules.
272
270
| <aname="input_preferred_maintenance_window"></a> [preferred\_maintenance\_window](#input\_preferred\_maintenance\_window)| The weekly time range (in UTC) during which automated cluster maintenance can occur. Format: `ddd:hh24:mi-ddd:hh24:mi`|`string`|`"sat:10:00-sat:10:30"`| no |
273
271
| <aname="input_publicly_accessible"></a> [publicly\_accessible](#input\_publicly\_accessible)| If true, the cluster can be accessed from a public network |`bool`|`false`| no |
274
272
| <aname="input_random_password_length"></a> [random\_password\_length](#input\_random\_password\_length)| Length of random password to create. Defaults to `16`|`number`|`16`| no |
275
-
| <aname="input_scheduled_actions"></a> [scheduled\_actions](#input\_scheduled\_actions)| Map of maps containing scheduled action defintions|`any`|`{}`| no |
273
+
| <aname="input_scheduled_actions"></a> [scheduled\_actions](#input\_scheduled\_actions)| Map of maps containing scheduled action definitions|`any`|`{}`| no |
276
274
| <aname="input_skip_final_snapshot"></a> [skip\_final\_snapshot](#input\_skip\_final\_snapshot)| Determines whether a final snapshot of the cluster is created before Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false , a final cluster snapshot is created before the cluster is deleted |`bool`|`true`| no |
277
275
| <aname="input_snapshot_cluster_identifier"></a> [snapshot\_cluster\_identifier](#input\_snapshot\_cluster\_identifier)| The name of the cluster the source snapshot was created from |`string`|`null`| no |
278
276
| <aname="input_snapshot_copy"></a> [snapshot\_copy](#input\_snapshot\_copy)| Configuration of automatic copy of snapshots from one region to another |`any`|`{}`| no |
@@ -286,7 +284,7 @@ No modules.
286
284
| <aname="input_subnet_group_tags"></a> [subnet\_group\_tags](#input\_subnet\_group\_tags)| Additional tags to add to the subnet group |`map(string)`|`{}`| no |
287
285
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| An array of VPC subnet IDs to use in the subnet group |`list(string)`|`[]`| no |
288
286
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
289
-
| <aname="input_usage_limits"></a> [usage\_limits](#input\_usage\_limits)| Map of usage limit defintions to create |`any`|`{}`| no |
287
+
| <aname="input_usage_limits"></a> [usage\_limits](#input\_usage\_limits)| Map of usage limit definitions to create |`any`|`{}`| no |
290
288
| <aname="input_use_snapshot_identifier_prefix"></a> [use\_snapshot\_identifier\_prefix](#input\_use\_snapshot\_identifier\_prefix)| Determines whether the identifier (`snapshot_schedule_identifier`) is used as a prefix |`bool`|`true`| no |
291
289
| <aname="input_vpc_security_group_ids"></a> [vpc\_security\_group\_ids](#input\_vpc\_security\_group\_ids)| A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster |`list(string)`|`[]`| no |
292
290
@@ -312,7 +310,6 @@ No modules.
312
310
| <aname="output_cluster_preferred_maintenance_window"></a> [cluster\_preferred\_maintenance\_window](#output\_cluster\_preferred\_maintenance\_window)| The backup window |
313
311
| <aname="output_cluster_public_key"></a> [cluster\_public\_key](#output\_cluster\_public\_key)| The public key for the cluster |
314
312
| <aname="output_cluster_revision_number"></a> [cluster\_revision\_number](#output\_cluster\_revision\_number)| The specific revision number of the database in the cluster |
315
-
| <aname="output_cluster_security_groups"></a> [cluster\_security\_groups](#output\_cluster\_security\_groups)| The security groups associated with the cluster |
316
313
| <aname="output_cluster_subnet_group_name"></a> [cluster\_subnet\_group\_name](#output\_cluster\_subnet\_group\_name)| The name of a cluster subnet group to be associated with this cluster |
317
314
| <aname="output_cluster_type"></a> [cluster\_type](#output\_cluster\_type)| The Redshift cluster type |
318
315
| <aname="output_cluster_version"></a> [cluster\_version](#output\_cluster\_version)| The version of Redshift engine software |
|[aws_iam_policy_document.s3_redshift](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
59
-
|[aws_redshift_service_account.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/redshift_service_account)| data source |
60
57
61
58
## Inputs
62
59
@@ -84,7 +81,6 @@ No inputs.
84
81
| <aname="output_cluster_preferred_maintenance_window"></a> [cluster\_preferred\_maintenance\_window](#output\_cluster\_preferred\_maintenance\_window)| The backup window |
85
82
| <aname="output_cluster_public_key"></a> [cluster\_public\_key](#output\_cluster\_public\_key)| The public key for the cluster |
86
83
| <aname="output_cluster_revision_number"></a> [cluster\_revision\_number](#output\_cluster\_revision\_number)| The specific revision number of the database in the cluster |
87
-
| <aname="output_cluster_security_groups"></a> [cluster\_security\_groups](#output\_cluster\_security\_groups)| The security groups associated with the cluster |
88
84
| <aname="output_cluster_subnet_group_name"></a> [cluster\_subnet\_group\_name](#output\_cluster\_subnet\_group\_name)| The name of a cluster subnet group to be associated with this cluster |
89
85
| <aname="output_cluster_type"></a> [cluster\_type](#output\_cluster\_type)| The Redshift cluster type |
90
86
| <aname="output_cluster_version"></a> [cluster\_version](#output\_cluster\_version)| The version of Redshift engine software |
0 commit comments