Skip to main content
atmos
Learn
Reference
Examples
★
1.4k
Search
Changelog
Pro
examples
/
terraform-component-mocks
/
components
/
terraform
/
app
/
main.tf
main.tf
80 B
View on GitHub
variable
"vpc_id"
{
type
=
string
}
output
"vpc_id"
{
value
=
var.vpc_id
}