Skip to content

Commit bd516b2

Browse files
DanielleDanielle
Danielle
authored and
Danielle
committed
fix typo
1 parent a6c0633 commit bd516b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vendors/terraform/external-modules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The easiest option is accessing modules from [Amazon S3](https://www.terraform.i
1212

1313
## Git repositories
1414

15-
Git is by far the most popular external module source. This example will focus on [GitHub](https://www.terraform.io/docs/language/modules/sources.html#github){: rel="nofollow"} as the most popular one, but the advice applies to other VCS providers. In general, Terraform retrieves Git-based modules using one of the two supported transports - HTTPS or SSL. Assuming your repository is private, you will need to give Spacelift credentials required to access it.
15+
Git is by far the most popular external module source. This example will focus on [GitHub](https://www.terraform.io/docs/language/modules/sources.html#github){: rel="nofollow"} as the most popular one, but the advice applies to other VCS providers. In general, Terraform retrieves Git-based modules using one of the two supported transports - HTTPS or SSH. Assuming your repository is private, you will need to give Spacelift credentials required to access it.
1616

1717
### Using HTTPS
1818

0 commit comments

Comments
 (0)