{ "version": 4, "terraform_version": "1.8.8", "serial": 183, "lineage": "396adb3c-b5f6-a6a4-4e63-43474baee525", "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-5314cb84202737a6f", "ami": "ami-23276a98", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2e009aa1"], "subnet_id": "subnet-f8110a35", "key_name": "prod-deploy-key" } } ] } ] }