Created
December 2, 2019 09:06
-
-
Save prog893/2d48556f7b54d1369b1ee4c4a7675dec to your computer and use it in GitHub Desktop.
Sample of Registry module sourcing in Terraform
This file contains hidden or 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 = "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