Skip to content

Commit 5de1c6d

Browse files
authored
Cleaning up
1 parent 8892da2 commit 5de1c6d

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

operations/_scripts/generate/generate_vars_terraform.sh

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -717,44 +717,4 @@ $app_install_root
717717
718718
" > "${GITHUB_ACTION_PATH}/operations/deployment/terraform/aws/terraform.tfvars"
719719

720-
# -------------------------------------------------- #
721-
echo "
722-
#-- AWS --#
723-
$aws_resource_identifier
724-
$aws_resource_identifier_supershort
725-
$aws_additional_tags
726-
727-
#-- ECR --#
728-
$aws_ecr_repo_create
729-
$aws_ecr_repo_type
730-
$aws_ecr_repo_name
731-
$aws_ecr_repo_mutable
732-
$aws_ecr_repo_encryption_type
733-
$aws_ecr_repo_encryption_key_arn
734-
$aws_ecr_repo_force_destroy
735-
$aws_ecr_repo_image_scan
736-
$aws_ecr_registry_scan_rule
737-
$aws_ecr_registry_pull_through_cache_rules
738-
$aws_ecr_registry_scan_config
739-
$aws_ecr_registry_replication_rules_input
740-
$aws_ecr_repo_policy_attach
741-
$aws_ecr_repo_policy_create
742-
$aws_ecr_repo_policy_input
743-
$aws_ecr_repo_read_arn
744-
$aws_ecr_repo_write_arn
745-
$aws_ecr_repo_read_arn_lambda
746-
$aws_ecr_lifecycle_policy_input
747-
$aws_ecr_public_repo_catalog
748-
$aws_ecr_registry_policy_input
749-
$aws_ecr_additional_tags
750-
751-
#-- Application --#
752-
$ops_repo_environment
753-
$app_org_name
754-
$app_repo_name
755-
$app_branch_name
756-
757-
" > "${GITHUB_ACTION_PATH}/operations/deployment/terraform/ecr/terraform.tfvars"
758-
# We might want to pass only the variables needed and not all of them.
759-
760720
echo "Done with generate_vars_terraform.sh"

0 commit comments

Comments
 (0)