{ "version": 4, "terraform_version": "1.5.4", "serial": 329, "lineage": "5a86cbf7-2b6d-610c-debf-5b2efd7e3757", "outputs": { "db_endpoint": { "value": "db-4.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-314de0e1be8b90f1c", "ami": "ami-17c9bd50", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5291c839"], "subnet_id": "subnet-d3e341ba", "key_name": "prod-deploy-key" } } ] } ] }