-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alignment across repositories (#148)
- Loading branch information
1 parent
6729b33
commit 8524af7
Showing
22 changed files
with
41 additions
and
149 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,20 +15,20 @@ permissions: | |
id-token: write | ||
|
||
jobs: | ||
global_infra: | ||
global: | ||
name: "Global" | ||
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/[email protected] | ||
if: github.actor != 'osinfra-sa' | ||
with: | ||
checkout_ref: ${{ github.ref }} | ||
environment: non-production | ||
github_environment: "Non-Production Infrastructure: Global" | ||
github_environment: "Non-Production: Global" | ||
service_account: plt-lz-identity-github@ptl-lz-terraform-tf05-nonprod.iam.gserviceaccount.com | ||
terraform_plan_args: -var-file=tfvars/non-production.tfvars | ||
terraform_state_bucket: plt-lz-identity-3bfe-nonprod | ||
terraform_version: ${{ vars.TERRAFORM_VERSION }} | ||
terraform_workspace: global-non-production | ||
working_directory: global/infra | ||
working_directory: global | ||
workload_identity_provider: projects/992372365053/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc | ||
secrets: | ||
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,20 +15,20 @@ permissions: | |
id-token: write | ||
|
||
jobs: | ||
global_infra: | ||
global: | ||
name: "Global" | ||
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/[email protected] | ||
if: github.event.workflow_run.conclusion == 'success' | ||
with: | ||
checkout_ref: ${{ github.ref }} | ||
environment: production | ||
github_environment: "Production Infrastructure: Global" | ||
github_environment: "Production: Global" | ||
service_account: plt-lz-identity-github@ptl-lz-terraform-tf62-prod.iam.gserviceaccount.com | ||
terraform_plan_args: -var-file=tfvars/production.tfvars | ||
terraform_state_bucket: plt-lz-identity-e194-prod | ||
terraform_version: ${{ vars.TERRAFORM_VERSION }} | ||
terraform_workspace: global-production | ||
working_directory: global/infra | ||
working_directory: global | ||
workload_identity_provider: projects/134040294660/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc | ||
secrets: | ||
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,20 +16,20 @@ permissions: | |
id-token: write | ||
|
||
jobs: | ||
global_infra: | ||
global: | ||
name: "Global" | ||
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/[email protected] | ||
if: github.actor != 'dependabot[bot]' | ||
with: | ||
checkout_ref: ${{ github.ref }} | ||
environment: sandbox | ||
github_environment: "Sandbox Infrastructure: Global" | ||
github_environment: "Sandbox: Global" | ||
service_account: plt-lz-identity-github@ptl-lz-terraform-tf91-sb.iam.gserviceaccount.com | ||
terraform_plan_args: -var-file=tfvars/sandbox.tfvars | ||
terraform_state_bucket: plt-lz-identity-2c8b-sb | ||
terraform_version: ${{ vars.TERRAFORM_VERSION }} | ||
terraform_workspace: global-sandbox | ||
working_directory: global/infra | ||
working_directory: global | ||
workload_identity_provider: projects/746490462722/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc | ||
secrets: | ||
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../shared/backend.tf |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
global/infra/tfvars/sandbox.tfvars → global/tfvars/sandbox.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
cis_2_2_logging_sink_project_id = "plt-lz-audit01-tf92-sb" | ||
enable_datadog = true | ||
folder_id = "267179923152" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.