{ "version": 4, "terraform_version": "1.6.3", "serial": 502, "lineage": "9938c3cd-8476-3589-3c90-d22d5f1443e1", "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-2bf88d519bad6234b", "ami": "ami-f181c99b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cfbe6a3f"], "subnet_id": "subnet-089c1434", "key_name": "prod-deploy-key" } } ] } ] }