{ "version": 4, "terraform_version": "1.7.3", "serial": 277, "lineage": "332d67c4-7197-24ed-34f8-a6924ddb12c5", "outputs": { "db_endpoint": { "value": "db-4.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-344c5e625d3fe3167", "ami": "ami-8b6d95cd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e4bc6311"], "subnet_id": "subnet-51f9a5d5", "key_name": "prod-deploy-key" } } ] } ] }