Skip to content

Instantly share code, notes, and snippets.

@tjinjin
Last active March 7, 2018 15:00
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 tjinjin/8aeea5268c09eda2851d4c15d7f1efe5 to your computer and use it in GitHub Desktop.
Save tjinjin/8aeea5268c09eda2851d4c15d7f1efe5 to your computer and use it in GitHub Desktop.
module
module "test" {
# この"count"はmoduleに渡されるcountになる?
# workspaceで実行を切り替えたい
count = "${terraform.workspace ? 1 : 0}"
source = "module/test"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment