Created
November 30, 2016 23:21
-
-
Save ziggythehamster/0e4420046d1724e66dd6f5fabee61059 to your computer and use it in GitHub Desktop.
example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
provider "aws" {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foo = "bar" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
variable "foo" { | |
type = "string" | |
description = "Some helpful description" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment