Skip to content

Commit

Permalink
refactor: rename ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
leonr6 committed Dec 2, 2024
1 parent 9274cc3 commit b770707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ output "ubuntu2404_public_ip" {

# INFO : https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_repository
resource "aws_ecr_repository" "myecr" {
name = "m324/nginx"
name = "m324/insimodus"
image_tag_mutability = "MUTABLE"
encryption_configuration {
encryption_type = "KMS"
Expand Down

0 comments on commit b770707

Please sign in to comment.