{ "version": 4, "terraform_version": "1.8.5", "serial": 199, "lineage": "010e1f1d-d52d-6dba-f8bc-548172cc00c4", "outputs": { "db_endpoint": { "value": "db-3.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-5e3f9e6f67e2362f4", "ami": "ami-db2d193f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3c10ea9b"], "subnet_id": "subnet-9a658e2c", "key_name": "prod-deploy-key" } } ] } ] }