{ "version": 4, "terraform_version": "1.8.5", "serial": 210, "lineage": "7eca8913-699d-e3b9-f207-b4b79cddbce8", "outputs": { "db_endpoint": { "value": "db-1.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-327a3662d1045967a", "ami": "ami-15faebc2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d1c6d774"], "subnet_id": "subnet-aa43de91", "key_name": "prod-deploy-key" } } ] } ] }