input list | ideal string | task_id string | category string | difficulty string | metadata dict |
|---|---|---|---|---|---|
[
{
"role": "system",
"content": "You are generating Terraform code. Create EXACTLY three files: main.tf, variables.tf, outputs.tf.\n\nRequirements:\n- Terraform >= 1.5\n- Provider: hashicorp/aws\n- Must work with LocalStack at http://localhost:4566\n Configure provider endpoints for ec2, iam, sts to http://... | task_vpc_nat_gateway | vpc | intermediate | {
"provider": "hashicorp/aws",
"localstack_compatible": true,
"terraform_version": ">= 1.5",
"expected_resources": [
"vpc_count",
"internet_gateway_count",
"nat_gateway_count",
"public_subnet_count",
"private_subnet_count",
"public_route_table_count",
"private_route_table_count",
"wiring"
],
"wiring_requirements": [
"nat gateway in public subnet",
"private route table has route to nat gateway",
"public route table has route to internet gateway"
]
} |
No dataset card yet
- Downloads last month
- 11