{ "version": 4, "terraform_version": "1.7.3", "serial": 277, "lineage": "8460b8f6-8edd-a5a0-bba8-148dfd5e418f", "outputs": { "db_endpoint": { "value": "db-0.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-3e6e8e0bd3c6ac1de", "ami": "ami-3c3113e4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-996383e8"], "subnet_id": "subnet-75402f28", "key_name": "prod-deploy-key" } } ] } ] }