You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is add to the AWS module the capability to work with AWS ECR public repositories.
The AWS sdk contains a different module to get aws ECR public repositories.
This could be acomplished creating a new module (and test) in the actual Terratest AWS module based in the ecr module and modifying the dependency to "github.com/aws/aws-sdk-go/service/ecrpublic" instead of "github.com/aws/aws-sdk-go/service/ecr".
The text was updated successfully, but these errors were encountered:
The goal is add to the AWS module the capability to work with AWS ECR public repositories.
The AWS sdk contains a different module to get aws ECR public repositories.
This could be acomplished creating a new module (and test) in the actual Terratest AWS module based in the ecr module and modifying the dependency to "github.com/aws/aws-sdk-go/service/ecrpublic" instead of "github.com/aws/aws-sdk-go/service/ecr".
The text was updated successfully, but these errors were encountered: