{ "version": 4, "terraform_version": "1.7.6", "serial": 158, "lineage": "2a9b272e-470e-ba52-a349-3ca5792a2449", "outputs": { "db_endpoint": { "value": "db-4.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-7a546eb577fec6bdf", "ami": "ami-f573827b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2a29bbdc"], "subnet_id": "subnet-839c3ca1", "key_name": "prod-deploy-key" } } ] } ] }