{ "version": 4, "terraform_version": "1.7.3", "serial": 125, "lineage": "611adcce-c1c5-1ed5-a062-06e4b1d11032", "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-4d44eb1882e719178", "ami": "ami-bc1f4b81", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-84715a86"], "subnet_id": "subnet-07dd79cf", "key_name": "prod-deploy-key" } } ] } ] }