add config for ecr repo and remote backend
This commit is contained in:
7
terraform/outputs.tf
Normal file
7
terraform/outputs.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
output repo_url {
|
||||
value = aws_ecr_repository.myapp-repo.repository_url
|
||||
}
|
||||
|
||||
output cluster_url {
|
||||
value = module.eks.cluster_endpoint
|
||||
}
|
||||
Reference in New Issue
Block a user