{ "version": 4, "terraform_version": "1.7.2", "serial": 168, "lineage": "5bef7767-6946-2367-78af-fde454620af8", "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-711f8a4703a97ec4a", "ami": "ami-f5e974b1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2917650c"], "subnet_id": "subnet-5c69a019", "key_name": "prod-deploy-key" } } ] } ] }