Skip to content
Discussion options

You must be logged in to vote

Hi, the variable can be wrapped in [] to convert it to a list...

inputs = {
  vpc_security_group_ids     = [ dependency.dep.outputs.id ]
}

Simplified example in:
https://github.com/denis256/terragrunt-tests/tree/master/discussion-738

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@denis256
Comment options

Answer selected by fraz78
@fraz78
Comment options

@fraz78
Comment options

@denis256
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment