{ "version": 4, "terraform_version": "1.8.4", "serial": 307, "lineage": "ac87a829-286b-a715-e3dd-3f2dc8a152fb", "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-b7a663b794dd66e58", "ami": "ami-9d758aea", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6a62b4c1"], "subnet_id": "subnet-f846bbf9", "key_name": "prod-deploy-key" } } ] } ] }