Created
July 3, 2023 13:41
-
-
Save SharmilaS22/3e0920e9ddc8a23aa65e171946c69cc6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| resource "aws_ecrpublic_repository" "sh_ecr" { | |
| repository_name = "sh_node_helloworld" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment