{ "version": 4, "terraform_version": "1.5.1", "serial": 463, "lineage": "a82623f3-8fe7-9190-4244-ee81ab0a4ad0", "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-d6df8b102d1a94a22", "ami": "ami-69dd340b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8cb4b6af"], "subnet_id": "subnet-b1eaa73b", "key_name": "prod-deploy-key" } } ] } ] }