From 22c42c4687a3ac6c12a184e3a2eef56f03484b99 Mon Sep 17 00:00:00 2001 From: Sathiya Shunmugasundaram Date: Thu, 11 Jun 2015 10:07:18 -0400 Subject: [PATCH] new lines --- examples/aws-rds/sg-variables.tf | 3 ++- examples/aws-rds/subnet-variables.tf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/aws-rds/sg-variables.tf b/examples/aws-rds/sg-variables.tf index 8e8cb3172b..a1fefe4130 100644 --- a/examples/aws-rds/sg-variables.tf +++ b/examples/aws-rds/sg-variables.tf @@ -6,4 +6,5 @@ variable "cidr_blocks" { variable "sg_name" { default = "rds_sg" description = "Tag Name for sg" -} \ No newline at end of file +} + diff --git a/examples/aws-rds/subnet-variables.tf b/examples/aws-rds/subnet-variables.tf index 07512d9ae8..35c695088b 100644 --- a/examples/aws-rds/subnet-variables.tf +++ b/examples/aws-rds/subnet-variables.tf @@ -20,4 +20,5 @@ variable "az_2" { variable "vpc_id" { description = "Your VPC ID" -} \ No newline at end of file +} +