This website works better with JavaScript.
Explore
Help
Register
Sign In
gabriel
/
terraform-lab
Watch
1
Star
0
Fork
You've already forked terraform-lab
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
1
Branch
0
Tags
410 KiB
Tree:
af7dab9c40
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'af7dab9c40'
${ noResults }
terraform-lab
/
aws_fargate
/
outputs.tf
4 lines
67 B
Raw
Normal View
History
Unescape
Escape
Working parametrized fargate ecs template
1 year ago
output
"
alb_url
"
{
value
=
"
http://
${
aws_alb
.
api_lb
.
dns_name
}
"
}