{ "version": 4, "terraform_version": "1.8.9", "serial": 318, "lineage": "88d85adf-f0ba-26f6-6fee-72b6a3085010", "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-41ea6101e1eb9f7f1", "ami": "ami-4ec088cf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-acd24b0c"], "subnet_id": "subnet-2c1c821e", "key_name": "prod-deploy-key" } } ] } ] }