Name | Version |
---|---|
terraform | >= 1.3.0 |
aws | ~> 4.0 |
Name | Version |
---|---|
aws | ~> 4.0 |
No modules.
Name | Type | Description |
---|---|---|
aws_default_security_group.rs_security_group | resource | Redshift security group |
aws_redshift_cluster.rs_cluster | resource | Redshift cluster |
aws_redshift_subnet_group.rs_subnet_group | resource | Redshift subnet group |
aws_vpc.selected | data source | Selected VPC |
Name | Description | Type | Default | Required |
---|---|---|---|---|
name_prefix | Prefix for named resources | string |
"" |
no |
iam_role_arn | ARN of IAM role | string |
n/a | yes |
rs_cluster_name | Name of the Redshift cluster | string |
n/a | yes |
rs_cluster_type | Redshift cluster type. Either single-node or multi-node | string |
n/a | yes |
rs_database_name | Database name to load the data | string |
n/a | yes |
rs_master_pass | Redshift password | string |
n/a | yes |
rs_master_username | Redshift username | string |
n/a | yes |
rs_node_type | Redshift node type | string |
n/a | yes |
rs_subnet_group_name | Redshift subnet group name | string |
n/a | yes |
subnets | List of subnets | list(string) |
n/a | yes |
vpc_id | VPC ID | string |
n/a | yes |
data_destination_aws_region | AWS region in which data destination's bucket is in | string |
n/a | yes |
aws_profile | AWS credential profile | string |
"" |
no |
Name | Description |
---|---|
rs_cluster_dns_name | DNS name of the Redshift cluster |
security_group_ids | IDs of the Redshift security group |