Skip to content
This repository was archived by the owner on Jan 5, 2020. It is now read-only.

Commit f4742d1

Browse files
committed
Add terraform file
1 parent df70e1c commit f4742d1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
host_vars/localhost
22
*.retry
33
ci/credentials.yml
4+
.terraform

cloud.tf

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
terraform {
2+
backend "s3" {
3+
bucket = "raba-jp.net.terraform-state"
4+
key = "cloud"
5+
region = "us-east-2"
6+
}
7+
}

0 commit comments

Comments
 (0)