{ "version": 4, "terraform_version": "1.8.4", "serial": 306, "lineage": "2b948b1a-95a8-cda8-26a1-48c7053331f4", "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-689f9508df00d35fb", "ami": "ami-f53cfdf7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7f74c24b"], "subnet_id": "subnet-c269acbd", "key_name": "prod-deploy-key" } } ] } ] }