Skip to content

Commit

Permalink
fix: Docs input variable
Browse files Browse the repository at this point in the history
(just for test workflow)
  • Loading branch information
cauealvesbraz committed Oct 25, 2022
1 parent 8cf2b98 commit f3d254e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Terraform module to create AWS ECR resources.
### Basic Repository
```hcl
module "ecr" {
source = "github.com/cauealvesbraz/terraform-aws-ecr"
source = "git::[email protected]:cauealvesbraz/terraform-aws-ecr.git?ref=v1.0.0"
name = "basic-repository-example"
repository_name = "basic-example"
force_delete = true
image_tag_mutability = "MUTABLE"
tags = {
environment = "dev"
}
Expand Down

0 comments on commit f3d254e

Please sign in to comment.