OSDN Git Service

Thanos did someting
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / test-fixtures / nested_provider_bad.hcl
diff --git a/vendor/github.com/hashicorp/hcl/test-fixtures/nested_provider_bad.hcl b/vendor/github.com/hashicorp/hcl/test-fixtures/nested_provider_bad.hcl
deleted file mode 100644 (file)
index 94a753a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-resource "aws" "web" {
-  provider = "aws" {
-    region = "us-west-2"
-  }
-}