{ "version": 4, "terraform_version": "1.8.5", "serial": 435, "lineage": "5697f9e6-8f32-d2e9-3dc2-d4fa1df9f31b", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-569d773d281859580", "ami": "ami-51c722c4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-520237e1"], "subnet_id": "subnet-30e1e589", "key_name": "prod-deploy-key" } } ] } ] }