{ "version": 4, "terraform_version": "1.8.7", "serial": 459, "lineage": "c6dbfc2c-4045-4cec-bd3f-4d8ae7ff47d2", "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-b7abfefcb93c42378", "ami": "ami-c66e0106", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9c3570bb"], "subnet_id": "subnet-1a9528af", "key_name": "prod-deploy-key" } } ] } ] }