{ "version": 4, "terraform_version": "1.6.7", "serial": 371, "lineage": "8b6ff05e-986c-bdcc-9c7f-f514ad2398f0", "outputs": { "db_endpoint": { "value": "db-4.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-751e95adac41b2df2", "ami": "ami-b029f5fd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-26e84517"], "subnet_id": "subnet-d60bb103", "key_name": "prod-deploy-key" } } ] } ] }