{ "version": 4, "terraform_version": "1.8.9", "serial": 375, "lineage": "598161f3-f8f3-7a0f-8de4-3b65aa2f4e16", "outputs": { "db_endpoint": { "value": "db-1.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-50c989c2a3d401550", "ami": "ami-e4cbe095", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d2600729"], "subnet_id": "subnet-4e18b0b4", "key_name": "prod-deploy-key" } } ] } ] }