cds-snc / simplify-privacy-statements-V2

starter-app repo based version of privacy app.
https://simplify-privacy-statements.alpha.canada.ca
MIT License
5 stars 1 forks source link

Feat/create ecr module #228

Closed omartehsin1 closed 1 year ago

omartehsin1 commented 1 year ago

Summary | Résumé

github-actions[bot] commented 1 year ago

Production

❌   Terraform Format: failed ❌   Terraform Plan: failed ❌   Conftest: failed ⚠️   Format: run terraform fmt to fix the following:

outputs.tf
Show plan ```terraform Initializing the backend... Initializing provider plugins... - Reusing previous version of hashicorp/aws from the dependency lock file - Using previously-installed hashicorp/aws v4.56.0 Terraform has been successfully initialized!  You may now begin working with Terraform. Try running "terraform plan" to see any changes that are required for your infrastructure. All Terraform commands should now work. If you ever set or change modules or backend configuration for Terraform, rerun this command to reinitialize your working directory. If you forget, other commands will detect it and remind you to do so if necessary. Error: Reference to undeclared input variable on ecr.tf line 9, in resource "aws_ecr_repository" "privacy_statement_container": 9: CostCentre = var.billing_code An input variable with the name "billing_code" has not been declared. This variable can be declared with a variable "billing_code" {} block. time=2023-03-02T17:20:38Z level=error msg=1 error occurred: * exit status 1 ```