aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/backends
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/backends')
-rw-r--r--test/fixtures/backends/terraform_aws.yml13
-rw-r--r--test/fixtures/backends/terraform_libvirts.yml9
2 files changed, 22 insertions, 0 deletions
diff --git a/test/fixtures/backends/terraform_aws.yml b/test/fixtures/backends/terraform_aws.yml
new file mode 100644
index 0000000..b0f1f9d
--- /dev/null
+++ b/test/fixtures/backends/terraform_aws.yml
@@ -0,0 +1,13 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ label: MyString
+ aws_region: MyString
+ aws_access_key_id: MyString
+ aws_secret_access_key: MyString
+
+two:
+ label: MyString
+ aws_region: MyString
+ aws_access_key_id: MyString
+ aws_secret_access_key: MyString
diff --git a/test/fixtures/backends/terraform_libvirts.yml b/test/fixtures/backends/terraform_libvirts.yml
new file mode 100644
index 0000000..06293db
--- /dev/null
+++ b/test/fixtures/backends/terraform_libvirts.yml
@@ -0,0 +1,9 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ label: MyString
+ uri: MyString
+
+two:
+ label: MyString
+ uri: MyString