Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Created March 7, 2020 19:38
Show Gist options
  • Save lukaszkorecki/d1ee163ea235efe33e86217f87decaee to your computer and use it in GitHub Desktop.
Save lukaszkorecki/d1ee163ea235efe33e86217f87decaee to your computer and use it in GitHub Desktop.
module "something" {
source = "./modules/service_v1"
name = "bananas"
image = "repo/image:tag"
network_mode = "host"
environment = {
PORT = 3032,
PG_HOST = module.pg.fqdn,
SOME_SECRET = module.secrets["some_sekrit"].value,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment