{ "version": 4, "terraform_version": "1.8.6", "serial": 533, "lineage": "63289606-1882-eaf5-bf6b-0b79052a84cb", "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-a7d21ea3d1789996f", "ami": "ami-b64318cc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-50355914"], "subnet_id": "subnet-7678f171", "key_name": "prod-deploy-key" } } ] } ] }