{ "version": 4, "terraform_version": "1.8.3", "serial": 150, "lineage": "f676ab95-498b-bc96-fa2a-0f6279dec3f5", "outputs": { "db_endpoint": { "value": "db-0.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-9cecc0efeb4c83312", "ami": "ami-5d4576cc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1334a08f"], "subnet_id": "subnet-65847096", "key_name": "prod-deploy-key" } } ] } ] }