Skip to content

Commit

Permalink
test: pipeline
Browse files Browse the repository at this point in the history
add branch for pipeline test
  • Loading branch information
jlangy committed Oct 29, 2024
1 parent 97f9e04 commit 8226363
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
- name: Terraform Plan
id: plan
# if: github.event_name == 'pull_request'
run: terraform plan -var "auth_secret=fake_secret_for_testing" -no-color
run: terraform plan -var "auth_secret=${{secrets.LOKI_AUTH_TOKEN}}" -no-color
working-directory: ./terraform-ecs
continue-on-error: true
5 changes: 0 additions & 5 deletions terraform-ecs/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,3 @@ variable "loki_write_memory" {
description = "Memory in Mb"
default = 512
}

variable "state_bucket" {
type = string
default = "xgr00q-dev-loki-terraform"
}

0 comments on commit 8226363

Please sign in to comment.