How to pass variable from terraform command
-var=env=dev to local.tf file
locals {
env=dev
}
Further I want to use dev across the file in other strings to concatinate
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.