{ "version": 4, "terraform_version": "1.7.7", "serial": 260, "lineage": "bc69aeb7-70b8-3d95-4daf-c004fd05f357", "outputs": { "db_endpoint": { "value": "db-2.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-412c1f2396d6dd6a9", "ami": "ami-c4d4a538", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-be8f3a78"], "subnet_id": "subnet-c894b6fc", "key_name": "prod-deploy-key" } } ] } ] }