{ "version": 4, "terraform_version": "1.7.8", "serial": 478, "lineage": "336e9e08-89be-b27f-7e31-5c55e2cb74d0", "outputs": { "db_endpoint": { "value": "db-1.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-59889a6a6551ddd94", "ami": "ami-2ec51168", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-50bd9d5f"], "subnet_id": "subnet-844a4f85", "key_name": "prod-deploy-key" } } ] } ] }