{ "version": 4, "terraform_version": "1.8.4", "serial": 375, "lineage": "5e9919f6-6c43-ef54-32f4-5e463bded564", "outputs": { "db_endpoint": { "value": "db-2.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-8e3f8dc5ec0876596", "ami": "ami-89fc2c28", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f8daedc6"], "subnet_id": "subnet-528dddc0", "key_name": "prod-deploy-key" } } ] } ] }