Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Commit ee70a5d

Browse files
committed
example terrafile with Terraform style sources
1 parent 01466e9 commit ee70a5d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Terrafile.example

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@ terrafile-test-tag:
77
source: "git@github.com:terraform-digitalocean-modules/terraform-digitalocean-droplet.git"
88
version: "v0.1.7"
99
terrafile-test-branch:
10-
source: "git@github.com:terraform-digitalocean-modules/terraform-digitalocean-droplet.git"
11-
version: "branch_test"
10+
source: "git@github.com:terraform-digitalocean-modules/terraform-digitalocean-droplet.git?ref=branch_test"
1211
terrafile-test-commit:
1312
source: "github.com/terraform-digitalocean-modules/terraform-digitalocean-droplet.git"
1413
version: "2e6b9729f3f6ea3ef5190bac0b0e1544a01fd80f"
1514
terrafile-test-path:
16-
source: "https://github.com/terraform-digitalocean-modules/terraform-digitalocean-droplet.git"
17-
version: "v0.1.7"
18-
path: "examples/simple"
15+
source: "https://github.com/terraform-digitalocean-modules/terraform-digitalocean-droplet.git?ref=v0.1.7//examples/simple"
1916
terrafile-test-local:
2017
source: "./test/module"

0 commit comments

Comments
 (0)