{ "version": 4, "terraform_version": "1.7.4", "serial": 428, "lineage": "5e730d2f-e0cf-8189-6a3c-53d3d2036a44", "outputs": { "db_endpoint": { "value": "db-1.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-3bdb319aa3e71bca7", "ami": "ami-41211c02", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3de5f1e5"], "subnet_id": "subnet-4822937d", "key_name": "prod-deploy-key" } } ] } ] }