{ "version": 4, "terraform_version": "1.7.7", "serial": 206, "lineage": "3ad6ff60-ad36-a4e4-d73a-2792794fdf92", "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-c8f3f6796c409f5ee", "ami": "ami-b014be74", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8bb095a1"], "subnet_id": "subnet-9e8417a4", "key_name": "prod-deploy-key" } } ] } ] }