Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created September 16, 2019 03:18
Show Gist options
  • Select an option

  • Save KyMidd/d60c574887e028d7994e4655bd51a6f0 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/d60c574887e028d7994e4655bd51a6f0 to your computer and use it in GitHub Desktop.
module "module_name" {
source = "./path/to/module"
variable1 = "value1"
variable2 = "value2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment