{ "version": 4, "terraform_version": "1.7.8", "serial": 238, "lineage": "516cecf8-3e56-4147-de3b-7c1f18cfcc34", "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-027c0873ee15cd44e", "ami": "ami-c89e044c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cae7f577"], "subnet_id": "subnet-ccf39175", "key_name": "prod-deploy-key" } } ] } ] }