{ "version": 4, "terraform_version": "1.8.4", "serial": 524, "lineage": "3e7cc265-0e0e-f24a-1664-b7469d40720d", "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-615ed3a744de727e2", "ami": "ami-f3628960", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6f6cb924"], "subnet_id": "subnet-7c4ad359", "key_name": "prod-deploy-key" } } ] } ] }