Skip to content

Instantly share code, notes, and snippets.

@prog893
Created December 2, 2019 09:03
Show Gist options
  • Save prog893/04c0e5a733e2d47aae602ae53dcdb081 to your computer and use it in GitHub Desktop.
Save prog893/04c0e5a733e2d47aae602ae53dcdb081 to your computer and use it in GitHub Desktop.
Sample of Git+SSH module sourcing in Terraform
module "hoge" {
source = "git+ssh://git@github.com/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