2014-05-30 19:38:35 -05:00
|
|
|
variable "foo" {
|
2014-08-05 00:04:48 -05:00
|
|
|
default = "bar"
|
|
|
|
description = "bar"
|
2014-05-30 19:38:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
provider "aws" {
|
2014-08-05 00:04:48 -05:00
|
|
|
foo = "bar"
|
2014-05-30 19:38:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
resource "aws_security_group" "web" {}
|