mirror of https://github.com/hashicorp/terraform
parent
9062bfda89
commit
5e27bfc040
@ -1,3 +1,7 @@
|
||||
variable "foo" {}
|
||||
|
||||
resource "test_instance" "foo" {}
|
||||
|
||||
atlas {
|
||||
name = "foo"
|
||||
}
|
||||
|
||||
@ -1 +1,5 @@
|
||||
resource "aws_instance" "foo" {}
|
||||
|
||||
atlas {
|
||||
name = "foo"
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue