Skip to content

Commit

Permalink
feat(init): remove output from terraform (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
nce committed Dec 16, 2022
1 parent b3d58d9 commit 8638fe7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set Cluster ID
id: env_var
run: |
echo "CLUSTER_ID=$(terraform output -raw cluster_id)" >> $GITHUB_OUTPUT
echo "CLUSTER_ID=$(cat CLUSTERID.md)" >> $GITHUB_OUTPUT
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
1 change: 1 addition & 0 deletions playground-cluster/CLUSTERID.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jzkswcr8vc
3 changes: 0 additions & 3 deletions playground-cluster/output.tf

This file was deleted.

7 changes: 0 additions & 7 deletions playground-cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,3 @@ variable "cluster_name" {

default = "playground"
}

variable "cluster_id" {
type = string
description = "The commonly referred id of the cluster"

default = "z2zn272rbb"
}

0 comments on commit 8638fe7

Please sign in to comment.