-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -63,7 +63,7 @@ To create a new Terraform component, you will need to: | |
| `ENVIRONMENT` | Name of the environment<br /> | `development` | | ||
| `IS_PRODUCTION` | Whether the environment is production<br /> | `false` | | ||
|
||
`data.tf` [(Example)](https://github.com/ministryofjustice/data-platform/blob/main/terraform/aws/analytical-platform-data-production/airflow/data.tf) | ||
`data.tf` [(Example)](https://github.com/ministryofjustice/analytical-platform/blob/main/terraform/aws/analytical-platform-data-production/airflow/data.tf) | ||
|
||
<details> | ||
|
||
|
@@ -83,7 +83,7 @@ To create a new Terraform component, you will need to: | |
|
||
</details> | ||
|
||
`terraform.tf` [(Example)](https://github.com/ministryofjustice/data-platform/blob/main/terraform/aws/analytical-platform-data-production/airflow/terraform.tf) | ||
`terraform.tf` [(Example)](https://github.com/ministryofjustice/analytical-platform/blob/main/terraform/aws/analytical-platform-data-production/airflow/terraform.tf) | ||
|
||
<details> | ||
|
||
|
@@ -136,7 +136,7 @@ To create a new Terraform component, you will need to: | |
|
||
</details> | ||
|
||
`terraform.tfvars` [(Example)](https://github.com/ministryofjustice/data-platform/blob/main/terraform/aws/analytical-platform-data-production/airflow/terraform.tfvars) | ||
`terraform.tfvars` [(Example)](https://github.com/ministryofjustice/analytical-platform/blob/main/terraform/aws/analytical-platform-data-production/airflow/terraform.tfvars) | ||
|
||
<details> | ||
|
||
|
@@ -156,13 +156,13 @@ To create a new Terraform component, you will need to: | |
is-production = "${IS_PRODUCTION}" | ||
owner = "data-platform:[email protected]" | ||
infrastructure-support = "data-platform:[email protected]" | ||
source-code = "github.com/ministryofjustice/data-platform/terraform/aws/${AWS_ACCOUNT_NAME}/${COMPONENT}" | ||
source-code = "github.com/ministryofjustice/analytical-platform/terraform/aws/${AWS_ACCOUNT_NAME}/${COMPONENT}" | ||
} | ||
``` | ||
|
||
</details> | ||
|
||
`variables.tf` [(Example)](https://github.com/ministryofjustice/data-platform/blob/main/terraform/aws/analytical-platform-data-production/airflow/variables.tf) | ||
`variables.tf` [(Example)](https://github.com/ministryofjustice/analytical-platform/blob/main/terraform/aws/analytical-platform-data-production/airflow/variables.tf) | ||
|
||
<details> | ||
|
||
|
@@ -198,7 +198,7 @@ To create a new Terraform component, you will need to: | |
|
||
## Static Analysis | ||
|
||
Static analysis was introduced in [#866](https://github.com/ministryofjustice/data-platform/pull/866), however the components that make up Analytical Platform | ||
Static analysis was introduced in [#866](https://github.com/ministryofjustice/analytical-platform/pull/866), however the components that make up Analytical Platform | ||
have not been remediated yet, this is addressed in [#886](https://github.com/ministryofjustice/analytical-platform/issues/886) | ||
|
||
If you are working on a component that has not yet been addressed, you will need to add the label `override-static-analysis` to your pull request | ||
|
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
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