Skip to content

Latest commit

 

History

History
 
 

db_subnet_group

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

aws_db_subnet_group

Requirements

Name Version
terraform >= 0.13.1
aws >= 3.62

Providers

Name Version
aws >= 3.62

Modules

No modules.

Resources

Name Type
aws_db_subnet_group.this resource

Inputs

Name Description Type Default Required
create Whether to create this resource or not? bool true no
description The description of the DB subnet group string null no
name The name of the DB subnet group string "" no
subnet_ids A list of VPC subnet IDs list(string) [] no
tags A mapping of tags to assign to the resource map(string) {} no
use_name_prefix Determines whether to use name as is or create a unique name beginning with name as the specified prefix bool true no

Outputs

Name Description
db_subnet_group_arn The ARN of the db subnet group
db_subnet_group_id The db subnet group name