This is a template repository used in the Link dependent workspaces tutoral
This repository contains the following files:
terraform.tf: Configures Terraform and the AWS provider.main.tf: Defines one AWS EC2 instance. Uses thetfe_outputsdata source to get VPC information from the upstream workspace.variables.tf: Defines four variables:instance_name,instance_type,workspace_name, andorganization_name.outputs.tf: Defines three outputs:instance_hostname,instance_security_group_ids, andinstance_subnet.