Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Created February 12, 2019 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergeykuzmich/c370c470301064480c023c2f1e37e380 to your computer and use it in GitHub Desktop.
Save sergeykuzmich/c370c470301064480c023c2f1e37e380 to your computer and use it in GitHub Desktop.
Terraform Module usage
module "project_name" {
source = "git@github.com:sergeykuzmich/tfmodule-do_wordpress.git"
domain = "project_domain.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment