Skip to content

Commit

Permalink
update main tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebrovinny committed Feb 9, 2025
1 parent e95ffea commit bfc2451
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions tests/fixtures/components/terraform/mock/main.tf
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
terraform {
required_providers {
local = {
source = "hashicorp/local"
version = ">= 2.0.0"
}
}
}

variable "environment" {
type = string
}

variable "stage" {
type = string
}

variable "tenant" {
type = string
}

resource "local_file" "test" {
content = "test-${var.environment}"
filename = "./test.txt"
}

variable "foo" {
type = string
default = "foo"
Expand Down

0 comments on commit bfc2451

Please sign in to comment.