Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
remove extra space line
Browse files Browse the repository at this point in the history
  • Loading branch information
Anouar Chattouna committed Feb 17, 2021
1 parent f430584 commit 8b89fb6
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion examples/example-with-custom-asg-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,3 @@ data "aws_subnet_ids" "default" {

data "aws_region" "current" {
}

1 change: 0 additions & 1 deletion examples/example-with-custom-asg-role/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ output "consul_servers_cluster_tag_key" {
output "consul_servers_cluster_tag_value" {
value = module.consul_servers.cluster_tag_value
}

1 change: 0 additions & 1 deletion examples/example-with-custom-asg-role/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,3 @@ variable "consul_service_linked_role_suffix" {
type = string
default = "test-consul-service-linked-role"
}

1 change: 0 additions & 1 deletion examples/example-with-encryption/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,3 @@ data "aws_subnet_ids" "default" {

data "aws_region" "current" {
}

1 change: 0 additions & 1 deletion examples/example-with-encryption/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ output "consul_servers_cluster_tag_key" {
output "consul_servers_cluster_tag_value" {
value = module.consul_servers.cluster_tag_value
}

1 change: 0 additions & 1 deletion examples/example-with-encryption/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,3 @@ variable "key_file_path" {
type = string
default = "/opt/consul/tls/consul.key.pem"
}

1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,3 @@ data "aws_subnet_ids" "default" {

data "aws_region" "current" {
}

1 change: 0 additions & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ output "consul_servers_cluster_tag_key" {
output "consul_servers_cluster_tag_value" {
value = module.consul_servers.cluster_tag_value
}

0 comments on commit 8b89fb6

Please sign in to comment.