mirror of https://github.com/hashicorp/terraform
parent
7b64c2597b
commit
9895f8162f
@ -1,12 +1,12 @@
|
||||
import "import/one.tf";
|
||||
|
||||
variable "foo" {
|
||||
default = "bar";
|
||||
description = "bar";
|
||||
}
|
||||
|
||||
provider "aws" {
|
||||
foo = "bar";
|
||||
}
|
||||
|
||||
resource "aws_security_group" "web" {}
|
||||
import "import/one.tf";
|
||||
|
||||
variable "foo" {
|
||||
default = "bar";
|
||||
description = "bar";
|
||||
}
|
||||
|
||||
provider "aws" {
|
||||
foo = "bar";
|
||||
}
|
||||
|
||||
resource "aws_security_group" "web" {}
|
||||
|
||||
Loading…
Reference in new issue