realsensesolutions/AWS Aurora DSQL

Creates an AWS Aurora DSQL serverless, distributed SQL database using Terraform with backend state management

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameBase name for the Aurora DSQL clusteryes
actionDesired outcome: apply, plan or destroynoapply
deletion_protection_enabledEnable deletion protection for the DSQL clusternotrue
vpc_idVPC ID where the VPC endpoint will be created. If not provided, uses default VPCno
subnet_idsComma-separated list of subnet IDs for the VPC endpoint. If not provided, uses all subnets in the VPCno
enable_vpc_endpointEnable VPC endpoint for private connectivitynotrue
enable_kms_encryptionEnable KMS encryption for the DSQL clusternotrue
create_iam_roleCreate IAM role for DSQL cluster accessnotrue
allowed_cidr_blocksComma-separated list of CIDR blocks allowed to connect to DSQL clusterno10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
namedescription
cluster_arnARN of the Aurora DSQL cluster
cluster_endpointEndpoint of the Aurora DSQL cluster
vpc_endpoint_idID of the VPC endpoint (if created)
vpc_endpoint_dns_nameDNS name of the VPC endpoint (if created)
kms_key_arnARN of the KMS key used for encryption (if created)
iam_role_arnARN of the IAM role for DSQL access (if created)
security_group_idID of the security group for VPC endpoint
vpc_endpoint_service_nameVPC endpoint service name for the Aurora DSQL cluster