Skip to content

Commit

Permalink
Merge pull request #21 from NHSDigital/CCM-5504_AddNonprodDnsZone
Browse files Browse the repository at this point in the history
CCM-5504 add nonprod dns zone
  • Loading branch information
aidenvaines-bjss authored Jul 10, 2024
2 parents b7e4238 + fa80244 commit 75e0496
Show file tree
Hide file tree
Showing 40 changed files with 27 additions and 440 deletions.
37 changes: 8 additions & 29 deletions .github/workflows/stage-3-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,37 +33,16 @@ on:
type: string

jobs:
artefact-1:
name: "Artefact 1"
artifact-terraform:
name: "Package Terraform"
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Build artefact 1"
run: |
echo "Building artefact 1 ..."
- name: "Check artefact 1"
run: |
echo "Checking artefact 1 ..."
- name: "Upload artefact 1"
run: |
echo "Uploading artefact 1 ..."
# TODO: Use either action/cache or action/upload-artifact
artefact-2:
name: "Artefact 2"
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Build artefact 2"
run: |
echo "Building artefact 2 ..."
- name: "Check artefact 2"
run: |
echo "Checking artefact 2 ..."
- name: "Upload artefact 2"
run: |
echo "Uploading artefact 2 ..."
# TODO: Use either action/cache or action/upload-artifact

- name: "Upload artifact"
uses: actions/upload-artifact@v4
with:
path: "infrastructure/terraform"
name: infrastructure-terraform-${{ inputs.version }}
Empty file.
Empty file removed infrastructure/images/.gitkeep
Empty file.
Empty file removed infrastructure/modules/.gitkeep
Empty file.
1 change: 0 additions & 1 deletion infrastructure/terraform/bootstrap/.terraform-version

This file was deleted.

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions infrastructure/terraform/bootstrap/dynamodb_table.tf

This file was deleted.

16 changes: 0 additions & 16 deletions infrastructure/terraform/bootstrap/kms_key_s3.tf

This file was deleted.

13 changes: 0 additions & 13 deletions infrastructure/terraform/bootstrap/locals.tf

This file was deleted.

23 changes: 0 additions & 23 deletions infrastructure/terraform/bootstrap/outputs.tf

This file was deleted.

12 changes: 0 additions & 12 deletions infrastructure/terraform/bootstrap/provider_aws.tf

This file was deleted.

14 changes: 0 additions & 14 deletions infrastructure/terraform/bootstrap/s3_bucket.tf

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions infrastructure/terraform/bootstrap/s3_bucket_policy.tf

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions infrastructure/terraform/bootstrap/s3_bucket_versioning.tf

This file was deleted.

37 changes: 0 additions & 37 deletions infrastructure/terraform/bootstrap/variables.tf

This file was deleted.

10 changes: 0 additions & 10 deletions infrastructure/terraform/bootstrap/versions.tf

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest:^1\.8\.
latest:^1.8
Loading

0 comments on commit 75e0496

Please sign in to comment.