{ "version": 4, "terraform_version": "1.5.6", "serial": 326, "lineage": "edb788b4-1c4c-b7b1-37e0-cf938ef98257", "outputs": { "db_endpoint": { "value": "db-0.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-0cecc6edf62f4292c", "ami": "ami-7931b093", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6fa27d4d"], "subnet_id": "subnet-26758b67", "key_name": "prod-deploy-key" } } ] } ] }