{ "version": 4, "terraform_version": "1.8.4", "serial": 137, "lineage": "29af32c8-68af-dc49-6efc-aa91ee5d7445", "outputs": { "db_endpoint": { "value": "db-3.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-1e09b0cf180d4aa07", "ami": "ami-8b5646f1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-213024bb"], "subnet_id": "subnet-22ba382e", "key_name": "prod-deploy-key" } } ] } ] }