Skip to content

Instantly share code, notes, and snippets.

@prog893
Created December 2, 2019 09:06
Show Gist options
  • Save prog893/2d48556f7b54d1369b1ee4c4a7675dec to your computer and use it in GitHub Desktop.
Save prog893/2d48556f7b54d1369b1ee4c4a7675dec to your computer and use it in GitHub Desktop.
Sample of Registry module sourcing in Terraform
module "hoge" {
 source = "baikonur-oss/iam-nofile/aws"
  version = "1.0.2"
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment