{ "version": 4, "terraform_version": "1.7.9", "serial": 428, "lineage": "a8f7d927-ec3a-05af-4b67-27e85c50fc71", "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-79c7eb3ed87885e14", "ami": "ami-0d2a4ec6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-06264d99"], "subnet_id": "subnet-c91026f1", "key_name": "prod-deploy-key" } } ] } ] }