{ "version": 4, "terraform_version": "1.8.3", "serial": 517, "lineage": "1d68afea-89a9-d49a-3fb2-d824938732b5", "outputs": { "db_endpoint": { "value": "db-4.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-bba2a76440c5aea1a", "ami": "ami-68dc2842", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d5e2eb94"], "subnet_id": "subnet-db5e74db", "key_name": "prod-deploy-key" } } ] } ] }