{ "version": 4, "terraform_version": "1.7.3", "serial": 561, "lineage": "9169f7b8-3fe1-f51e-ea5e-7c0efefa88ac", "outputs": { "db_endpoint": { "value": "db-2.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-b458cd26dbcbf81be", "ami": "ami-79297237", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9c5f750e"], "subnet_id": "subnet-a16be182", "key_name": "prod-deploy-key" } } ] } ] }