{ "version": 4, "terraform_version": "1.8.3", "serial": 252, "lineage": "7e53d573-32f2-e9d9-b044-8c54bb8b59dd", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5c31d55e99833e7e9", "ami": "ami-50527520", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-252918b0"], "subnet_id": "subnet-97179cf1", "key_name": "prod-deploy-key" } } ] } ] }