{ "version": 4, "terraform_version": "1.8.8", "serial": 343, "lineage": "5b26ae22-1265-9d78-2d7f-12b737a9b5b3", "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-fc3040034f14d3186", "ami": "ami-4e729bed", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-600298fc"], "subnet_id": "subnet-48ec6257", "key_name": "prod-deploy-key" } } ] } ] }