{ "version": 4, "terraform_version": "1.6.1", "serial": 185, "lineage": "b8931f06-9a56-a6d2-34a7-a29ec717485f", "outputs": { "db_endpoint": { "value": "db-3.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-8505bd5b993c4c0e4", "ami": "ami-5dc46bdc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3d21aaf1"], "subnet_id": "subnet-1be70bbd", "key_name": "prod-deploy-key" } } ] } ] }