Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
variable "input_one" {
type = string
}
variable "input_two" {
resource "test_resource" "resource" {
value = "${var.input_one} - ${var.input_two}"
output "value" {
value = test_resource.resource.value