{ "version": 4, "terraform_version": "1.8.7", "serial": 414, "lineage": "7849f7f4-9ecb-cc1d-d716-cd0bbde3dd3a", "outputs": { "db_endpoint": { "value": "db-2.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-fee31ffafd73b258b", "ami": "ami-88b1bbaa", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b47b6d1f"], "subnet_id": "subnet-3b3be419", "key_name": "prod-deploy-key" } } ] } ] }