Skip to content

Commit

Permalink
updated resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Mar 26, 2024
1 parent b3a459a commit 990da76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/ecr.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_repository
resource "aws_ecr_repository" "image_repo" {
name = "app-5"
name = var.name
image_tag_mutability = "IMMUTABLE"

image_scanning_configuration {
Expand Down
2 changes: 1 addition & 1 deletion infra/network.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "aws_service_discovery_http_namespace" "app4" {
resource "aws_service_discovery_http_namespace" "namespace" {
name = var.name
description = "The namespace for the ECS cluster. "
}
Expand Down

0 comments on commit 990da76

Please sign in to comment.