Skip to content

Update data.tf #25

Merged
merged 3 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ jobs:
persist-credentials: false

- name: git show
run: git show
run: echo "commit_sha=$(git show | grep commit | head -1 | awk '{ print $NF }')" >> $GITHUB_ENV

- name: Checkout Status
run: echo "Checked out ${{ github.repository }} @ ${{ github.head_ref }}"

- name: AWS Auth
id: aws_auth
uses: CSVD/aws-auth@main
Expand All @@ -56,7 +53,8 @@ jobs:
uses: CSVD/terraform-init@main
id: terraform_init
with:
commit_sha: ${{ steps.checkout.outputs.commit }}
commit_sha: ${{ env.commit_sha }}
checkout: false
terraform_version: "1.9.1"
workspace: ${{ vars.terraform_workspace }}
setup_terraform: true
Expand Down
2 changes: 2 additions & 0 deletions data.tf
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
data "github_organization_teams" "teams" {}


arnol377 marked this conversation as resolved.
Show resolved Hide resolved