Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit da6c5e4

Browse files
committedJul 12, 2024··
fix: update codeowners and terraform actions
1 parent 062ab81 commit da6c5e4

File tree

6 files changed

+2
-7
lines changed

6 files changed

+2
-7
lines changed
 

‎.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @presentium/developers/infrastructure
1+
* @presentium/infrastructure

‎.github/workflows/drift.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
with:
2222
aws-region: ${{ vars.AWS_REGION }}
2323
role-to-assume: ${{ vars.AWS_ARN }}
24-
role-session-name: terraform-check
2524

2625
- name: Check for drift
2726
uses: dflook/terraform-check@v1

‎.github/workflows/terraform-apply.yml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
with:
2424
aws-region: ${{ vars.AWS_REGION }}
2525
role-to-assume: ${{ vars.AWS_ARN }}
26-
role-session-name: terraform-apply
2726

2827
- name: terraform apply
2928
uses: dflook/terraform-apply@v1

‎.github/workflows/terraform-plan.yml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
with:
2121
aws-region: ${{ vars.AWS_REGION }}
2222
role-to-assume: ${{ vars.AWS_ARN }}
23-
role-session-name: terraform-plan
2423

2524
- name: terraform plan
2625
uses: dflook/terraform-plan@v1

‎.github/workflows/validate.yml

-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
with:
2323
aws-region: ${{ vars.AWS_REGION }}
2424
role-to-assume: ${{ vars.AWS_ARN }}
25-
role-session-name: terraform-fmt-check
2625

2726
- name: terraform fmt
2827
uses: dflook/terraform-fmt-check@v1
@@ -41,7 +40,6 @@ jobs:
4140
with:
4241
aws-region: ${{ vars.AWS_REGION }}
4342
role-to-assume: ${{ vars.AWS_ARN }}
44-
role-session-name: terraform-validate
4543

4644
- name: terraform validate
4745
uses: dflook/terraform-validate@v1

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Infrastructure for deploying the Presentium API and dashboard on the cloud.
44

5-
## Continus Delivery
5+
## Continuous Delivery
66

77
The infrastructure is deployed using GitHub Actions. The workflow is defined in `.github/workflows/terraform-apply.yml`.
88

0 commit comments

Comments
 (0)
This repository has been archived.