Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typos and Source Paths in README #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jalessio
Copy link

@jalessio jalessio commented Sep 7, 2017

I came across a few issues in the README while trying these modules out.

Copy link
Member

@blakeneyops blakeneyops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR and your interest in the module. I verified that Terraform parses the source URLs in either order.

My motivation for the ordering was to split the source reference at the Terraform specific delimiter. That way the Git URL fragment is independently valid.

I do see your point in the light of standard URL convention though. I could go either way. Let me look around the community a bit and see what others are doing.

Thanks!

@@ -175,11 +175,11 @@ Name | Type | Required | Description

```js
module "vpc_base" {
source = "github.com/terraform-aws-vpc?ref=master//base"
source = "github.com/terraform-aws-vpc//base?ref=master"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we missed unifio here as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants