21832: Adds 'use_rds' TF var to create additional VPC resources.
[arvados.git] / tools / salt-install / terraform / aws / vpc / terraform.tfvars
index 867034624429e49fb2646f18fccefaf072b95fd0..b2aab6233845e7dd850c6d46e129fbfd3b15888c 100644 (file)
 # Optional networking options. Set existing resources to be used instead of
 # creating new ones.
 # NOTE: We only support fully managed or fully custom networking, not a mix of both.
+#
 # vpc_id = "vpc-aaaa"
 # sg_id = "sg-bbbb"
 # public_subnet_id = "subnet-cccc"
 # private_subnet_id = "subnet-dddd"
+#
+# RDS related parameters:
+# use_rds = true
+# additional_rds_subnet_id = "subnet-eeee"
 
 # Optional custom tags to add to every resource. Default: {}
 # custom_tags = {