{ "version": 4, "terraform_version": "1.5.7", "serial": 442, "lineage": "b3dffe43-5490-d9c5-4438-105a551a2bc9", "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-add61774a35843f5e", "ami": "ami-b0e51748", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c1783525"], "subnet_id": "subnet-f6473d1b", "key_name": "prod-deploy-key" } } ] } ] }