{ "version": 4, "terraform_version": "1.6.2", "serial": 587, "lineage": "121deec8-cfbe-a9fc-2473-31b5f5aaa257", "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-ba039bcb06e7a4ac9", "ami": "ami-1b2f5393", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1a76613e"], "subnet_id": "subnet-ad699810", "key_name": "prod-deploy-key" } } ] } ] }