Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples: unify the configuration file syntax #3129

Merged
merged 1 commit into from
Aug 31, 2015
Merged

examples: unify the configuration file syntax #3129

merged 1 commit into from
Aug 31, 2015

Conversation

berendt
Copy link
Contributor

@berendt berendt commented Aug 31, 2015

No description provided.

@apparentlymart
Copy link
Contributor

👍 LGTM

(test failure will be fixed in #3130)

@radeksimko
Copy link
Member

LGTM 👍

$ git show HEAD --ignore-all-space
commit 6e92813daaec824b8db77a26905176a7d8a73bc9
Author: Christian Berendt
Date:   Mon Aug 31 10:19:02 2015 +0200

    examples: unify the configuration file syntax

diff --git a/examples/aws-eip/main.tf b/examples/aws-eip/main.tf
index 62757a6..2b2b1d2 100644
--- a/examples/aws-eip/main.tf
+++ b/examples/aws-eip/main.tf
@@ -66,4 +66,3 @@ resource "aws_instance" "web" {
     Name = "eip-example"
   }
 }
-
diff --git a/examples/aws-elb/main.tf b/examples/aws-elb/main.tf
index 6542a91..4051e00 100644
--- a/examples/aws-elb/main.tf
+++ b/examples/aws-elb/main.tf
@@ -55,10 +55,8 @@ resource "aws_security_group" "elb" {
     protocol = "-1"
     cidr_blocks = ["0.0.0.0/0"]
   }
-
 }

-
 resource "aws_elb" "web" {
   name = "example-elb"

radeksimko added a commit that referenced this pull request Aug 31, 2015
examples: unify the configuration file syntax
@radeksimko radeksimko merged commit 7d14213 into hashicorp:master Aug 31, 2015
svend pushed a commit to svend/emacs-terraform-mode that referenced this pull request Aug 31, 2015
All examples in terraform's examples directory use two space
indentation.

hashicorp/terraform#3129
@berendt berendt deleted the example_unify_syntax branch September 1, 2015 07:45
bmcustodio pushed a commit to bmcustodio/terraform that referenced this pull request Sep 26, 2017
* docs: API docs for TOTP, Okta and Duo MFA

* docs: List types in the MFA main page
@ghost
Copy link

ghost commented May 1, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants