Skip to content

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