Created
December 2, 2019 09:03
-
-
Save prog893/04c0e5a733e2d47aae602ae53dcdb081 to your computer and use it in GitHub Desktop.
Sample of Git+SSH module sourcing in Terraform
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module "hoge" { | |
source = "git+ssh://[email protected]/baikonur-oss/terraform-aws-iam-nofile?ref=v1.0.2" | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment