Skip to content

Commit

Permalink
chore(ES-80): move and cleanup main.tf (#8)
Browse files Browse the repository at this point in the history
* chore: ES-80 move .env to k8s folder and cleanup main.tf

* chore: ES-80 remove .env
  • Loading branch information
eliasmueller authored Sep 22, 2024
1 parent 28b7ea0 commit c312ce5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf → terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ terraform {

variable "project_path" {
type = string
default = "C:\\Users\\Pasca\\Documents\\Uni\\Master\\3. Semester\\Enpro\\opentelemetry-demo"
default = "/"
description = "Path to the project"
}

variable "seperator" {
type = string
default = "\\"
default = "/"
description = "Path seperator"
}

Expand Down Expand Up @@ -47,7 +47,7 @@ resource "docker_container" "accountingservice-container" {
"OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317",
"OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE=Cumulative",
"OTEL_RESOURCE_ATTRIBUTES=docker.cli.cobra.command_path=docker%20compose",
"OTEL_SERVICE_NAME=ccountingservice"
"OTEL_SERVICE_NAME=accountingservice"
]
}

Expand Down

0 comments on commit c312ce5

Please sign in to comment.