Difference between revisions of "Terraform resource: aws ecr repository"
Jump to navigation
Jump to search
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_repository | https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_repository | ||
+ | == Example == | ||
+ | resource "aws_ecr_repository" "foo" { | ||
+ | name = "bar" | ||
+ | [[image_tag_mutability]] = "MUTABLE" | ||
+ | |||
+ | image_scanning_configuration { | ||
+ | [[scan_on_push]] = true | ||
+ | } | ||
+ | } | ||
+ | |||
+ | == Related == | ||
+ | {{tf ecr TOC}} | ||
== See also == | == See also == | ||
− | * {{ | + | * {{tf ecr}} |
− | * {{ | + | * {{aws ecr}} |
[[Category:Terraform]] | [[Category:Terraform]] |
Latest revision as of 15:57, 2 October 2024
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_repository
Example[edit]
resource "aws_ecr_repository" "foo" { name = "bar" image_tag_mutability = "MUTABLE" image_scanning_configuration { scan_on_push = true } }
Related[edit]
aws_ecr_repository
aws_ecr_repository_policy
aws_ecrpublic_repository
aws_ecrpublic_repository_policy
aws_ecr_lifecycle_policy
aws_ecr_registry_policy
aws_ecr_registry_scanning_configuration
aws_ecr_replication_configuration
See also[edit]
- Terraform AWS ECR:
aws_ecr_repository, aws_ecr_repository_policy, aws_ecrpublic_repository, aws_ecrpublic_repository_policy, aws_ecr_registry_policy, aws_ecr_registry_scanning_configuration, aws_ecr_replication_configuration
- ECR:
aws ecr
[get-login | get-login-password | describe-repositories | list-images | describe-images | create-repository | start-image-scan | describe-image-scan-findings | batch-get-image | put-image ]
Advertising: